Skip to content

Commit

Permalink
ci: cargo check in windows is unnecessary
Browse files Browse the repository at this point in the history
We do not use any windows specific code (`git grep cfg | grep windows`)
  • Loading branch information
Boshen committed Sep 1, 2024
1 parent ff74fd1 commit 4a9c2e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm
- run: cargo ck
- run: cargo test --no-run
- run: cargo test
- run: git diff --exit-code # Must commit everything

Expand Down Expand Up @@ -93,9 +92,8 @@ jobs:
RUSTUP_HOME: ${{ env.DEV_DRIVE }}/.rustup
shell: bash
run: |
cargo test --no-run
# cargo ck # no need to check because it's already checked in linux
cargo test
cargo ck
test-wasm32-wasip1-threads:
name: Test wasm32-wasip1-threads
Expand Down

0 comments on commit 4a9c2e7

Please sign in to comment.