CI: change image to rust:alpine

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-08 20:17:13 +01:00
parent 71da176728
commit ce747a0273
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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