Skip to content

Commit

Permalink
use no default features when compiling for wasm32
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Nov 3, 2024
1 parent 348816f commit 4c6f9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
targets: wasm32-unknown-unknown
- run: cargo check --target wasm32-unknown-unknown
- run: cargo check --target wasm32-unknown-unknown --no-default-features
miri-test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 4c6f9f9

Please sign in to comment.