ci: fix flags
This commit is contained in:
parent
d5c85d4a17
commit
0272809c82
2 changed files with 5 additions and 7 deletions
8
Makefile
8
Makefile
|
|
@ -3,11 +3,9 @@ watch:
|
|||
cargo watch -x clippy
|
||||
|
||||
check:
|
||||
cargo test --all --release
|
||||
cargo test --workspace --release
|
||||
|
||||
# run these in release mode because the reason they're ignored is usually that
|
||||
# they take a long time to run
|
||||
check-all: check
|
||||
cargo test --all --release -- --ignored
|
||||
check-all:
|
||||
cargo test --workspace --release -- --include-ignored
|
||||
|
||||
.PHONY: watch check check-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue