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