Issue/389 (#405)

* Setting up the dependency.

* Completed README
This commit is contained in:
Paul Masurel
2018-09-06 10:10:40 +09:00
committed by GitHub
parent c64972e039
commit cec9956a01
11 changed files with 86 additions and 26 deletions

View File

@@ -78,6 +78,10 @@ To check out and run tests, you can simply run :
cd tantivy
cargo build
## Running tests
Some tests will not run with just `cargo test` because of `fail-rs`.
To run the tests exhaustively, run `./run-tests.sh`.
# Contribute