mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
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:
committed by
Michael Sproul
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user