We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3858abf commit c946c05Copy full SHA for c946c05
.github/workflows/build.yaml
@@ -50,7 +50,9 @@ jobs:
50
- name: Run Tests (univ)
51
run: cargo test --features univ
52
- name: Run Tests (wasm)
53
- run: wasm-pack test --node ./lib --features wasm
+ run: |
54
+ cargo install wasm-pack --force
55
+ wasm-pack test --node ./lib --features wasm
56
- name: Clippy Check
57
run: cargo clippy --all-targets
58
- name: Format Check
0 commit comments