Skip to content

Commit

Permalink
ci: run tests on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 19, 2024
1 parent 6290927 commit e4b8b06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: matrix.config.os != 'windows-latest'
- uses: cargo-bins/[email protected]
- run: cargo binstall -y [email protected]
- run: go generate ./tests/go/...
Expand Down Expand Up @@ -203,7 +200,6 @@ jobs:
- uses: cargo-bins/[email protected]
- run: cargo binstall -y [email protected]
- run: cargo test --workspace --all-targets
if: matrix.config.os != 'windows-latest'
- run: go generate -tags=dev ./...
- run: go test -failfast -tags=dev ./...
env:
Expand Down

0 comments on commit e4b8b06

Please sign in to comment.