mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Also exercise the test suite with the sha2 feature enabled in CI.
This commit is contained in:
parent
1459e72688
commit
aee0043a92
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ matrix:
|
||||||
# Test serde support on stable, assuming that if it works there it'll work everywhere:
|
# Test serde support on stable, assuming that if it works there it'll work everywhere:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
env: TEST_COMMAND=test FEATURE='--features=serde'
|
env: TEST_COMMAND=test FEATURE='--features=serde'
|
||||||
|
# Test with the optional sha2 feature enabled:
|
||||||
|
- rust: stable
|
||||||
|
env: TEST_COMMAND=test FEATURE='--features=sha2'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo $TEST_COMMAND $FEATURES
|
- cargo $TEST_COMMAND $FEATURES
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue