ci: run EF tests that require fake crypto

This commit is contained in:
Michael Sproul
2019-06-17 17:22:37 +10:00
parent 8de7706500
commit 8c5964a758
+7
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: