1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-26 06:31:09 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 12:35:38 +01:00
parent b57fb3d100
commit 6e1a801ed4

View file

@ -12,7 +12,8 @@ steps:
- apt-get update - apt-get update
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests - apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
- adduser testuser - adduser testuser
- PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH" sudo -u testuser cargo test --no-fail-fast - export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
- sudo -E -u testuser cargo test --no-fail-fast
cargo_fmt: cargo_fmt:
image: *rust_image image: *rust_image