Skip to content

Commit c946c05

Browse files
committed
build add cargo install wasm pack
1 parent 3858abf commit c946c05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
- name: Run Tests (univ)
5151
run: cargo test --features univ
5252
- name: Run Tests (wasm)
53-
run: wasm-pack test --node ./lib --features wasm
53+
run: |
54+
cargo install wasm-pack --force
55+
wasm-pack test --node ./lib --features wasm
5456
- name: Clippy Check
5557
run: cargo clippy --all-targets
5658
- name: Format Check

0 commit comments

Comments
 (0)