Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Nov 16, 2023
1 parent e5615a0 commit fd9c97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- run: ls -l && pwd && cd /home/runner/work/verkle-cryptography-wasm/verkle-cryptography-wasm/src && wasm-pack test --headless --chrome
- run: cd /home/runner/work/verkle-cryptography-wasm/verkle-cryptography-wasm/src && wasm-pack test --headless --firefox
- run: cd bindings && wasm-pack test --headless --chrome
- run: cd bindings && wasm-pack test --headless --firefox

0 comments on commit fd9c97f

Please sign in to comment.