Files
tantivy/columnar/Makefile
2023-01-26 14:15:39 +08:00

7 lines
102 B
Makefile

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