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 12:56:28 +01:00
parent fb8910d83e
commit 798d976282

View file

@ -17,8 +17,8 @@ steps:
- pwd
- export PATH="/usr/lib/postgresql/15/bin:/woodpecker/src/github.com/Nutomic/ibis/bin:$PATH"
- ls -la bin
- sudo -E -u testuser env | /bin/grep PATH
- sudo -E -u testuser cargo test --no-fail-fast
- sudo -u testuser "PATH=$PATH" env | /bin/grep PATH
- sudo -u testuser "PATH=$PATH" cargo test --no-fail-fast
cargo_fmt:
image: *rust_image