Skip to content

Commit

Permalink
fix: skip WASM tests on windows-latest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liulifox233 committed Jan 6, 2025
1 parent 0c43b72 commit 081929c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
command: check
args: --target wasm32-unknown-unknown --no-default-features --features runtime-async-std,cached,glob,ip,watcher,logging,incremental
- name: Cargo Test For WASM
if: ${{ matrix.os != 'windows-latest' }}
run: wasm-pack test --node --no-default-features --features runtime-async-std
- name: Clippy warnings
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 081929c

Please sign in to comment.