diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39726f32ff..4bc09d1a2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: