ci: build and check all years
This commit is contained in:
parent
7730fdf0ea
commit
99f599e910
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -3,11 +3,11 @@ watch:
|
|||
cargo watch -x clippy
|
||||
|
||||
check:
|
||||
cargo test
|
||||
cargo test --all
|
||||
|
||||
# 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 --release -- --ignored
|
||||
cargo test --all --release -- --ignored
|
||||
|
||||
.PHONY: watch check check-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue