mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-25 10:45:56 +00:00
p
This commit is contained in:
parent
fb8910d83e
commit
798d976282
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue