mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-24 18:43:33 +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
|
||||
# Make sure the `std` feature works if disabled
|
||||
- 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:
|
||||
firefox: latest
|
||||
if: branch = master
|
||||
|
Loading…
Reference in New Issue
Block a user