From e4b8b06398b488e07387b0466bec30a38be9f5cb Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Thu, 19 Sep 2024 15:43:11 +0200 Subject: [PATCH] ci: run tests on Windows Signed-off-by: Roman Volosatovs --- .github/workflows/west.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/west.yml b/.github/workflows/west.yml index ea99ade..4594d82 100644 --- a/.github/workflows/west.yml +++ b/.github/workflows/west.yml @@ -144,11 +144,8 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod - if: matrix.config.os != 'windows-latest' - run: rustup show - if: matrix.config.os != 'windows-latest' - uses: Swatinem/rust-cache@v2.7.3 - if: matrix.config.os != 'windows-latest' - uses: cargo-bins/cargo-binstall@v1.10.5 - run: cargo binstall -y wasm-tools@1.217 - run: go generate ./tests/go/... @@ -203,7 +200,6 @@ jobs: - uses: cargo-bins/cargo-binstall@v1.10.5 - run: cargo binstall -y wasm-tools@1.217 - run: cargo test --workspace --all-targets - if: matrix.config.os != 'windows-latest' - run: go generate -tags=dev ./... - run: go test -failfast -tags=dev ./... env: