mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-29 19:28:03 +00:00
Test no_std build in CI
This commit is contained in:
+7
-4
@@ -1,6 +1,9 @@
|
||||
language:
|
||||
- rust
|
||||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
- stable
|
||||
|
||||
script:
|
||||
- cargo build --release --verbose
|
||||
- cargo test --verbose
|
||||
- cargo build --all --release --verbose
|
||||
- cargo test --all --verbose
|
||||
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi
|
||||
|
||||
Reference in New Issue
Block a user