Update .gitlab-ci.yml file
This commit is contained in:
parent
65555fb5c7
commit
9b40d46f17
@ -1,6 +1,19 @@
|
||||
image: rust:1.59-alpine3.15
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
test:
|
||||
image: rust:1.59-alpine3.15
|
||||
stage: test
|
||||
before_script:
|
||||
- apk --no-cache add musl-dev
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test
|
||||
|
||||
audit:
|
||||
stage: test
|
||||
before_script:
|
||||
- apk --no-cache add musl-dev
|
||||
- cargo install cargo-audit
|
||||
script:
|
||||
- cargo audit
|
Loading…
Reference in New Issue
Block a user