mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
Install wasm-bindgen-cli in CI
This commit is contained in:
parent
e9a67fcebf
commit
3df83465dd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test_client.yml
vendored
2
.github/workflows/test_client.yml
vendored
|
@ -21,5 +21,7 @@ jobs:
|
|||
toolchain: nightly
|
||||
targets: wasm32-unknown-unknown
|
||||
components: rust-src
|
||||
- name: Install wasm-bindgen-cli
|
||||
run: cargo install wasm-bindgen-cli
|
||||
- name: Test
|
||||
run: bash -c "cd client; exec bash test.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue