Skip to content

Commit 007ecee

Browse files
authored
Update ci.yml
1 parent 7869bed commit 007ecee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ jobs:
5757
- uses: actions/checkout@v2
5858
- name: Install
5959
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
60-
- run: wasm-pack test --headless --chrome
61-
env:
62-
RUST_LOG: DEBUG
63-
RUST_BACKTRACE: full
64-
- run: wasm-pack test --headless --firefox
60+
- run: wasm-pack test --node
6561
env:
6662
RUST_LOG: DEBUG
6763
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)