mirror of
https://github.com/openharmony/third_party_rust_rust-fnv.git
synced 2026-06-30 21:17:56 -04:00
Run tests with std feature disabled in CI
This commit is contained in:
@@ -3,3 +3,6 @@ rust:
|
||||
- nightly
|
||||
- beta
|
||||
- stable
|
||||
script:
|
||||
- cargo test --verbose --all # default features
|
||||
- cargo test --verbose --all --no-default-features # excludes std
|
||||
|
||||
Reference in New Issue
Block a user