mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Add comment in .travis.yml about testing no_std.
This commit is contained in:
parent
aee0043a92
commit
4f53a4826d
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ env:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
# We use the 64-bit optimised curve backend by default, so also test with the 32-bit backend:
|
||||
# We use the 64-bit optimised curve backend by default, so also test with
|
||||
# the 32-bit backend (this also exercises testing with `no_std`):
|
||||
- rust: nightly
|
||||
env: TEST_COMMAND=build FEATURES='--no-default-features --features=u32_backend'
|
||||
# Test any nightly gated features on nightly:
|
||||
|
|
|
|||
Loading…
Reference in a new issue