mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-26 06:51: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"
|
||||
CARGO_HOME: .cargo_home
|
||||
commands:
|
||||
- apt install postgresql
|
||||
- apt-get update
|
||||
- apt-get install postgresql
|
||||
- cargo test --no-fail-fast
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue