We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82395b commit 1fe0ab7Copy full SHA for 1fe0ab7
1 file changed
.github/workflows/ci-build.yml
@@ -19,9 +19,6 @@ jobs:
19
- run: cargo test --no-default-features
20
21
- name: Install wasm-pack
22
- shell: bash
23
- run: |
24
- cargo install wasm-pack
25
- ls -l ~/.cargo/bin/
+ run: cargo install wasm-pack
26
27
- run: ~/.cargo/bin/wasm-pack test --node
0 commit comments