1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-10 22:55:48 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 12:53:48 +01:00
parent a833bcd224
commit fb8910d83e

View file

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