Skip to content

Commit bd8dea0

Browse files
committed
fix features to test with wasm
1 parent 3c3bc4b commit bd8dea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Test-32bit
4949
run: cargo test --no-default-features --verbose --target i686-unknown-linux-musl ${{ matrix.features }}
5050
- name: Check-wasm
51-
run: cargo check --no-default-features --verbose --target wasm32v1-none ${{ matrix.features }}
51+
run: cargo check --no-default-features --verbose --target wasm32v1-none ${{ matrix.no_std_features }}
5252

5353
- name: Clippy
5454
run: cargo clippy --no-default-features ${{ matrix.features }} -- -D warnings --verbose

0 commit comments

Comments
 (0)