mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-07 20:30:39 +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:
|
matrix:
|
||||||
include:
|
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
|
- rust: nightly
|
||||||
env: TEST_COMMAND=build FEATURES='--no-default-features --features=u32_backend'
|
env: TEST_COMMAND=build FEATURES='--no-default-features --features=u32_backend'
|
||||||
# Test any nightly gated features on nightly:
|
# Test any nightly gated features on nightly:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue