1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 22:51:08 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 12:33:32 +01:00
parent 5eb703edff
commit b57fb3d100

View file

@ -12,7 +12,7 @@ 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 - PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH" sudo -u testuser cargo test --no-fail-fast
cargo_fmt: cargo_fmt:
image: *rust_image image: *rust_image