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 321ab90 commit 13ccb8dCopy full SHA for 13ccb8d
.github/workflows/ci.yml
@@ -71,5 +71,5 @@ jobs:
71
- uses: actions/checkout@master
72
- name: Install Rust and add wasm target
73
run: rustup update stable && rustup target add wasm32-unknown-unknown
74
- - name: cargo test
75
- run: cargo test --target wasm32-unknown-unknown --features wasm-bindgen
+ - name: cargo check
+ run: cargo check --target wasm32-unknown-unknown --features wasm-bindgen
0 commit comments