Add forgotten --no-default-features to CI test script.
This commit is contained in:
parent
a464766b23
commit
76dd7e6dba
@ -16,7 +16,7 @@ matrix:
|
|||||||
- rust: nightly
|
- rust: nightly
|
||||||
env: FEATURES='use_std use_alloc use_collections'
|
env: FEATURES='use_std use_alloc use_collections'
|
||||||
script:
|
script:
|
||||||
- cargo build --features "$FEATURES"
|
- cargo build --no-default-features --features "$FEATURES"
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Loading…
Reference in New Issue
Block a user