Files
tantivy/Makefile
2023-05-23 17:09:11 +02:00

7 lines
103 B
Makefile

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