Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Run test on Rust file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Apr 27, 2023
1 parent d8bea2c commit 2b44c8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ pipeline:
branch: [ master ]
path:
include:
- src/**/*.rs
- fedimovies-*/**/*.rs
- "**/*.rs"
commands:
- rustup default $RUST
- cargo clippy --all-targets --all-features -- -D warnings
Expand All @@ -21,8 +20,7 @@ pipeline:
branch: [ master ]
path:
include:
- src/**/*.rs
- fedimovies-*/**/*.rs
- "**/*.rs"
environment:
- CARGO_TERM_COLOR=always
commands:
Expand Down

0 comments on commit 2b44c8e

Please sign in to comment.