1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-26 06:41:08 +00:00

apt update

This commit is contained in:
Felix Ableitner 2024-01-26 11:34:14 +01:00
parent 55c71cb3bc
commit 32ed9c90ff

View file

@ -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: