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.
This commit is contained in:
Luke Anderson 2019-06-16 14:29:42 +10:00 committed by Michael Sproul
parent ac67498351
commit 8de7706500
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

View File

@ -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