We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3bc4b commit bd8dea0Copy full SHA for bd8dea0
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Test-32bit
49
run: cargo test --no-default-features --verbose --target i686-unknown-linux-musl ${{ matrix.features }}
50
- name: Check-wasm
51
- run: cargo check --no-default-features --verbose --target wasm32v1-none ${{ matrix.features }}
+ run: cargo check --no-default-features --verbose --target wasm32v1-none ${{ matrix.no_std_features }}
52
53
- name: Clippy
54
run: cargo clippy --no-default-features ${{ matrix.features }} -- -D warnings --verbose
0 commit comments