mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-16 10:24:27 -04:00
try checking Nightly stuff just in the Nightly run.
This commit is contained in:
@@ -23,3 +23,9 @@ script:
|
||||
- cargo test
|
||||
- cargo build --features="alloc"
|
||||
- cargo test --features="alloc"
|
||||
- |
|
||||
if [[ $TRAVIS_RUST_VERSION == "nightly" ]]
|
||||
then
|
||||
cargo build --all-features
|
||||
cargo test --all-features
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user