Add the parser_utils crate to .travis.yml
Signed-off-by: Victor Porof <vporof@mozilla.com>
This commit is contained in:
parent
ba1896b684
commit
93053a4297
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ script:
|
|||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose -p edn
|
||||
- cargo test --verbose -p parser_utils
|
||||
- cargo test --verbose -p mentat_db
|
||||
- cargo test --verbose -p mentat_query
|
||||
- cargo test --verbose -p mentat_query_parser
|
||||
|
|
Loading…
Reference in a new issue