This commit is contained in:
parent
de6072026b
commit
3860b4780d
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ pipeline:
|
|||
branch: [ master ]
|
||||
path:
|
||||
include:
|
||||
- "**/*.rs"
|
||||
- "./**/*.rs"
|
||||
commands:
|
||||
- rustup default $RUST
|
||||
- cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
@ -20,7 +20,7 @@ pipeline:
|
|||
branch: [ master ]
|
||||
path:
|
||||
include:
|
||||
- "**/*.rs"
|
||||
- "./**/*.rs"
|
||||
environment:
|
||||
- CARGO_TERM_COLOR=always
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue