mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Install wasm target on CI
This commit is contained in:
parent
abb9c845a5
commit
384027088b
@ -8,4 +8,5 @@ install:
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo test
|
||||
|
@ -6,6 +6,7 @@ matrix:
|
||||
- rust: nightly
|
||||
|
||||
script:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo test
|
||||
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user