mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Also test the alloc features on Travis.
This commit is contained in:
parent
a6e0019ae4
commit
43baaaf279
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ matrix:
|
|||
# the 32-bit backend (this also exercises testing with `no_std`):
|
||||
- rust: nightly
|
||||
env: TEST_COMMAND=build FEATURES='--no-default-features --features=u32_backend'
|
||||
# Also test the `alloc` feature with `no_std`:
|
||||
- rust: nightly
|
||||
env: TEST_COMMAND=build FEATURES='--no-default-features --features="u64_backend alloc"'
|
||||
# Test any nightly gated features on nightly:
|
||||
- rust: nightly
|
||||
env: TEST_COMMAND=test FEATURES='--features=nightly'
|
||||
|
|
|
|||
Loading…
Reference in a new issue