mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-26 06:21:10 +00:00
apt update
This commit is contained in:
parent
55c71cb3bc
commit
32ed9c90ff
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ steps:
|
||||||
RUST_BACKTRACE: "1"
|
RUST_BACKTRACE: "1"
|
||||||
CARGO_HOME: .cargo_home
|
CARGO_HOME: .cargo_home
|
||||||
commands:
|
commands:
|
||||||
- apt install postgresql
|
- apt-get update
|
||||||
|
- apt-get install postgresql
|
||||||
- cargo test --no-fail-fast
|
- cargo test --no-fail-fast
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue