Update .gitlab-ci.yml file
This commit is contained in:
parent
2b12c46618
commit
65555fb5c7
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
test:
|
||||
image: rust:1.59-alpine3.15
|
||||
before_script:
|
||||
- apk --no-cache add musl-dev
|
||||
script:
|
||||
- cargo test
|
Loading…
Add table
Add a link
Reference in a new issue