use needs to specify CI dependency graph for more efficiency

This commit is contained in:
Lynne Megido 2021-04-28 20:34:46 +10:00
parent 534101db8b
commit 84ce0fc0ce
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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