mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 03:30:38 +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:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user