From 8c5964a758cfa6c09f3a135e7b9417d6d8786a31 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 17 Jun 2019 15:35:00 +1000 Subject: [PATCH] ci: run EF tests that require fake crypto --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: