1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-10 18:35:49 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 12:02:12 +01:00
parent f447d8ec19
commit 38fb159e43

View file

@ -46,6 +46,8 @@ steps:
commands: commands:
- apt-get update - apt-get update
- apt-get install -y postgresql - apt-get install -y postgresql
- ls -la /usr/lib/postgresql/
- export PATH="/usr/lib/postgresql/15.1/bin:$PATH"
- cargo test --no-fail-fast - cargo test --no-fail-fast
services: services: