Also exercise the test suite with the sha2 feature enabled in CI.

This commit is contained in:
Isis Lovecruft 2018-12-22 13:23:41 +00:00
parent 1459e72688
commit aee0043a92
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -19,6 +19,9 @@ matrix:
# Test serde support on stable, assuming that if it works there it'll work everywhere:
- rust: stable
env: TEST_COMMAND=test FEATURE='--features=serde'
# Test with the optional sha2 feature enabled:
- rust: stable
env: TEST_COMMAND=test FEATURE='--features=sha2'
script:
- cargo $TEST_COMMAND $FEATURES