CI: try moving clippy in testing stage
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c50e3adec6
commit
c159f0b735
1 changed files with 1 additions and 1 deletions
|
@ -5,9 +5,9 @@ pipeline:
|
||||||
image: rustlang/rust:nightly-alpine
|
image: rustlang/rust:nightly-alpine
|
||||||
commands:
|
commands:
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo clippy -- -Dwarnings
|
|
||||||
test:
|
test:
|
||||||
image: rustlang/rust:nightly-alpine
|
image: rustlang/rust:nightly-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache musl-dev
|
- apk add --no-cache musl-dev
|
||||||
|
- cargo clippy -- -Dwarnings
|
||||||
- RUST_BACKTRACE=1 cargo test
|
- RUST_BACKTRACE=1 cargo test
|
||||||
|
|
Loading…
Reference in a new issue