Devop setup #8
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ pipeline:
|
|||
- CARGO_HOME=.cargo
|
||||
commands:
|
||||
- apk add musl-dev postgresql-dev
|
||||
- rustup component add rustfmt clippy
|
||||
- cargo fmt -- --check
|
||||
# This is run here because it requires compilation
|
||||
- cargo clippy --all-targets -- -D warnings
|
||||
|
|
|
|||
Reference in a new issue