fixing ci, forgot to add stage names
This commit is contained in:
@@ -9,6 +9,7 @@ stages:
|
||||
- test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- HERE="$(readlink -f .)"
|
||||
- CARGO_HOME="$HERE/cargo_dir/"
|
||||
@@ -21,6 +22,7 @@ build:
|
||||
- cargo_dir
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --all --verbose
|
||||
|
Reference in New Issue
Block a user