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