CI: Add necessary components
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-08 21:31:56 +01:00
parent ce747a0273
commit 198fea5a69
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -4,10 +4,12 @@ pipeline:
lint:
image: rust:alpine
commands:
- rustup component add rustfmt
- cargo fmt --check
test:
image: rust:alpine
commands:
- rustup component add clippy
- apk add --no-cache musl-dev
- cargo clippy -- -Dwarnings
- RUST_BACKTRACE=1 cargo test