mirror of
https://github.com/chatmail/relay.git
synced 2026-09-13 10:53:15 +00:00
ci: Remove mac and windows from matrix tests (#154)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
3896044f36
commit
b7a213ff1b
Vendored
+2
-6
@@ -64,12 +64,8 @@ jobs:
|
|||||||
RUSTUP_TOOLCHAIN: ${{ matrix.toolchain }}
|
RUSTUP_TOOLCHAIN: ${{ matrix.toolchain }}
|
||||||
|
|
||||||
rust-test:
|
rust-test:
|
||||||
name: Run rust tests on ${{ matrix.os }}
|
name: Run rust tests
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user