1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-25 10:45:56 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 11:54:24 +01:00
parent 32ed9c90ff
commit f447d8ec19

View file

@ -45,7 +45,7 @@ steps:
CARGO_HOME: .cargo_home
commands:
- apt-get update
- apt-get install postgresql
- apt-get install -y postgresql
- cargo test --no-fail-fast
services: