Add a 'filter' pattern to justfile (#15)

Useful for filtering tests
This commit is contained in:
Casey Rodarmor 2016-11-04 23:56:15 -07:00 committed by GitHub
parent 6610a721ea
commit 416f3b3d59

View File

@ -1,6 +1,9 @@
test: build
cargo test --lib
filter PATTERN:
cargo test --lib {{PATTERN}}
test-quine:
cargo run -- quine clean