Update .gitlab-ci.yml file
This commit is contained in:
parent
65555fb5c7
commit
9b40d46f17
@ -1,6 +1,19 @@
|
|||||||
test:
|
|
||||||
image: rust:1.59-alpine3.15
|
image: rust:1.59-alpine3.15
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- apk --no-cache add musl-dev
|
- apk --no-cache add musl-dev
|
||||||
script:
|
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