From 8de77065009b8f6f4dd3f80679714aa0449609ec Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Sun, 16 Jun 2019 14:29:42 +1000 Subject: [PATCH] Moved submodule config. - Made it so that the gitlab submodule config is per job, so that the cargo-fmt job does not pull all the ef_tests. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 563830dd7..39726f32f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,6 @@ stages: variables: CARGO_HOME: /cache/cargocache - GIT_SUBMODULE_STRATEGY: normal check-fmt: stage: test @@ -18,11 +17,15 @@ check-fmt: test-dev: stage: test + variables: + GIT_SUBMODULE_STRATEGY: normal script: - cargo test --verbose --all test-release: stage: test + variables: + GIT_SUBMODULE_STRATEGY: normal script: - cargo test --verbose --all --release