mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-27 09:55:51 +00:00
-y
This commit is contained in:
parent
32ed9c90ff
commit
f447d8ec19
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ steps:
|
||||||
CARGO_HOME: .cargo_home
|
CARGO_HOME: .cargo_home
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install postgresql
|
- apt-get install -y postgresql
|
||||||
- cargo test --no-fail-fast
|
- cargo test --no-fail-fast
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue