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:
parent
ac67498351
commit
8de7706500
@ -8,7 +8,6 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
CARGO_HOME: /cache/cargocache
|
CARGO_HOME: /cache/cargocache
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
|
||||||
|
|
||||||
check-fmt:
|
check-fmt:
|
||||||
stage: test
|
stage: test
|
||||||
@ -18,11 +17,15 @@ check-fmt:
|
|||||||
|
|
||||||
test-dev:
|
test-dev:
|
||||||
stage: test
|
stage: test
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|
||||||
test-release:
|
test-release:
|
||||||
stage: test
|
stage: test
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --all --release
|
- cargo test --verbose --all --release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user