fix ci config

This commit is contained in:
Gonçalo Valério 2019-07-07 22:58:28 +01:00
parent f65ae11463
commit 71c3754ce3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
command: |
cargo build
cargo install diesel_cli
diesel migration run
diesel migration run --database-url=test.db
- run:
name: run test suite
command: |