mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-27 10:05:58 +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
|
- 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 env | /bin/grep PATH
|
- sudo -u testuser "PATH=$PATH" env | /bin/grep PATH
|
||||||
- sudo -E -u testuser cargo test --no-fail-fast
|
- sudo -u testuser "PATH=$PATH" cargo test --no-fail-fast
|
||||||
|
|
||||||
cargo_fmt:
|
cargo_fmt:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
|
|
Loading…
Reference in a new issue