mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Test installation on CI as well
This commit is contained in:
parent
946e5317fe
commit
597fd98744
@ -11,3 +11,4 @@ build: false
|
||||
test_script:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo test
|
||||
- cargo install --debug --path crates/wasm-bindgen-cli
|
||||
|
@ -8,6 +8,7 @@ matrix:
|
||||
script:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo test
|
||||
- cargo install --debug --path crates/wasm-bindgen-cli
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
x
Reference in New Issue
Block a user