CI: try moving clippy in testing stage

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-12-27 09:19:46 +01:00
parent c50e3adec6
commit c159f0b735
Signed by: pep
GPG Key ID: DEDA74AEECA9D0F2
1 changed files with 1 additions and 1 deletions

View File

@ -5,9 +5,9 @@ pipeline:
image: rustlang/rust:nightly-alpine
commands:
- cargo fmt --check
- cargo clippy -- -Dwarnings
test:
image: rustlang/rust:nightly-alpine
commands:
- apk add --no-cache musl-dev
- cargo clippy -- -Dwarnings
- RUST_BACKTRACE=1 cargo test