Files
tantivy/Makefile
2022-01-31 16:10:11 +09:00

7 lines
102 B
Makefile

test:
echo "Run test only... No examples."
cargo test --tests --lib
fmt:
cargo +nightly fmt --all