Skip to content

Commit

Permalink
Run ignored tests in ci recipe (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 16, 2023
1 parent 910fe47 commit 9a8e9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ watch +args='test':
ci: clippy forbid
cargo fmt -- --check
cargo test --all
cargo test --all -- --ignored

forbid:
./bin/forbid
Expand Down

0 comments on commit 9a8e9f1

Please sign in to comment.