mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-25 19:11:45 +03:00
ci: Also test wasm-bindgen-futures
This commit is contained in:
parent
170f20e1fd
commit
05dd67a63f
@ -62,6 +62,9 @@ matrix:
|
|||||||
- cargo test --target wasm32-unknown-unknown --features serde-serialize
|
- cargo test --target wasm32-unknown-unknown --features serde-serialize
|
||||||
# Make sure the `std` feature works if disabled
|
# Make sure the `std` feature works if disabled
|
||||||
- cargo test --target wasm32-unknown-unknown -p no-std
|
- cargo test --target wasm32-unknown-unknown -p no-std
|
||||||
|
# Make sure the `wasm-bindgen-futures` tests pass. Right now, this just
|
||||||
|
# verifies that the example program in the crate level docs compiles.
|
||||||
|
- cargo test -p wasm-bindgen-futures
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
if: branch = master
|
if: branch = master
|
||||||
|
Loading…
Reference in New Issue
Block a user