mirror of
https://github.com/agersant/polaris
synced 2024-12-03 18:19:09 +00:00
Fixed bad cargo flags
This commit is contained in:
parent
7b4dc8a9d8
commit
ff70f77108
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ before_install:
|
|||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo run -d test/db.sqlite &
|
||||
- cargo run -- -d test/db.sqlite &
|
||||
- sleep 5
|
||||
- nightwatch
|
Loading…
Reference in a new issue