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