use needs to specify CI dependency graph for more efficiency
This commit is contained in:
parent
534101db8b
commit
84ce0fc0ce
1 changed files with 4 additions and 0 deletions
|
@ -62,18 +62,22 @@ build-nightly:
|
|||
|
||||
test-stable:
|
||||
extends: .cargo-test
|
||||
needs: ["build-stable"]
|
||||
|
||||
test-msrv:
|
||||
extends: test-stable
|
||||
image: "rust:1.43.0"
|
||||
needs: ["build-msrv"]
|
||||
|
||||
test-nightly:
|
||||
extends: test-stable
|
||||
image: "rustlang/rust:nightly"
|
||||
needs: ["build-nightly"]
|
||||
|
||||
# VERSION
|
||||
|
||||
fif-version:
|
||||
stage: version
|
||||
needs: ["build-stable"]
|
||||
script:
|
||||
cargo run -- -V
|
Loading…
Reference in a new issue