Skip to content

Commit 1fe0ab7

Browse files
committed
Simplify
1 parent a82395b commit 1fe0ab7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
- run: cargo test --no-default-features
2020

2121
- name: Install wasm-pack
22-
shell: bash
23-
run: |
24-
cargo install wasm-pack
25-
ls -l ~/.cargo/bin/
22+
run: cargo install wasm-pack
2623

2724
- run: ~/.cargo/bin/wasm-pack test --node

0 commit comments

Comments
 (0)