mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Change CI test for --features=no-std to --no-default-features.
This commit is contained in:
parent
030c3e5373
commit
9ea46e0a7c
1 changed files with 2 additions and 1 deletions
|
|
@ -7,10 +7,11 @@ rust:
|
|||
|
||||
env:
|
||||
- TEST_COMMAND=test FEATURES=''
|
||||
- TEST_COMMAND=test FEATURES='--features="no-std"'
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: nightly
|
||||
env: TEST_COMMAND=build FEATURES='--no-default-features'
|
||||
- rust: nightly
|
||||
env: TEST_COMMAND=test FEATURES='--features="nightly"'
|
||||
- rust: nightly
|
||||
|
|
|
|||
Loading…
Reference in a new issue