justfile: Update justfile to run tests by default
This commit is contained in:
10
justfile
10
justfile
@@ -1,10 +1,14 @@
|
||||
# Some common commands for working on this stuff
|
||||
|
||||
cover:
|
||||
cargo llvm-cov --open --doctests
|
||||
|
||||
test:
|
||||
cargo test --doc && cargo nextest run
|
||||
|
||||
chirp:
|
||||
cargo run --bin chirp -- tests/chip8-test-suite/bin/chip8-test-suite.ch8
|
||||
|
||||
cover:
|
||||
cargo llvm-cov --open --doctests
|
||||
|
||||
tokei:
|
||||
tokei --exclude tests/chip8-test-suite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user