Tweak testing commands.
This commit is contained in:
parent
bf38105fef
commit
77f7fab525
1 changed files with 5 additions and 4 deletions
|
@ -125,11 +125,12 @@ cargo build
|
||||||
To run tests use:
|
To run tests use:
|
||||||
|
|
||||||
````
|
````
|
||||||
# Run tests for the core code (src/)
|
# Run tests for everything.
|
||||||
cargo test
|
cargo test --all
|
||||||
|
|
||||||
# Run tests for the query-parser folder
|
# Run tests for just the query-parser folder (specify the crate, not the folder),
|
||||||
cargo test -p mentat_query_parser
|
# printing debug output.
|
||||||
|
cargo test -p mentat_query_parser -- --nocapture
|
||||||
````
|
````
|
||||||
|
|
||||||
To start the server use:
|
To start the server use:
|
||||||
|
|
Loading…
Reference in a new issue