Run nightwatch tests
This commit is contained in:
parent
2a1b43fe7e
commit
7b4dc8a9d8
1 changed files with 4 additions and 1 deletions
|
@ -24,4 +24,7 @@ before_install:
|
|||
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose
|
||||
- cargo run -d test/db.sqlite &
|
||||
- sleep 5
|
||||
- nightwatch
|
Loading…
Add table
Reference in a new issue