mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-22 18:19:58 +00:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
test:
|
|
@echo "Run test only... No examples."
|
|
cargo test --tests --lib
|
|
|
|
fmt:
|
|
cargo +nightly fmt --all
|