1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-10 11:45:48 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 12:26:44 +01:00
parent b280f921ce
commit 3f0123d5a1

View file

@ -45,10 +45,9 @@ steps:
CARGO_HOME: .cargo_home
commands:
- apt-get update
- apt-get install -y postgresql
- ls -la /usr/lib/postgresql/15/bin
- export PATH="/usr/lib/postgresql/15/bin:$PATH"
- cargo test --no-fail-fast
- apt-get install postgresql -y --no-install-recommends --no-install-suggests
- adduser testuser
- PATH="/usr/lib/postgresql/15/bin:$PATH" sudo -u testuser cargo test --no-fail-fast
services:
database: