Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ce747a0273
commit
198fea5a69
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue