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