Run nightwatch tests
This commit is contained in:
parent
2a1b43fe7e
commit
7b4dc8a9d8
1 changed files with 4 additions and 1 deletions
|
@ -25,3 +25,6 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose
|
- 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