mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +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:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user