ci: run EF tests that require fake crypto

This commit is contained in:
Michael Sproul 2019-06-17 15:35:00 +10:00
parent 8de7706500
commit 8c5964a758
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

View File

@ -29,6 +29,13 @@ test-release:
script:
- cargo test --verbose --all --release
test-fake-crypto:
stage: test
variables:
GIT_SUBMODULE_STRATEGY: normal
script:
- cargo test --manifest-path tests/ef_tests/Cargo.toml --release --features fake_crypto
documentation:
stage: document
script: