Update .gitlab-ci.yml file
This commit is contained in:
+2
-2
@@ -6,11 +6,11 @@ build-job:
|
|||||||
stage: build
|
stage: build
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
script:
|
script:
|
||||||
- echo "in build"
|
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
||||||
test-job:
|
test-job:
|
||||||
stage: test
|
stage: test
|
||||||
|
image: rust:latest
|
||||||
script:
|
script:
|
||||||
- echo "in test"
|
- cargo test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user