CI: change image to rust:alpine
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
71da176728
commit
ce747a0273
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
pipeline:
|
||||
lint:
|
||||
image: rust:latest
|
||||
image: rust:alpine
|
||||
commands:
|
||||
- cargo fmt --check
|
||||
test:
|
||||
image: rust:latest
|
||||
image: rust:alpine
|
||||
commands:
|
||||
- apk add --no-cache musl-dev
|
||||
- cargo clippy -- -Dwarnings
|
||||
|
|
Loading…
Reference in a new issue