mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-26 04:11:09 +00:00
env
This commit is contained in:
parent
b57fb3d100
commit
6e1a801ed4
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ steps:
|
|||
- apt-get update
|
||||
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
|
||||
- adduser testuser
|
||||
- PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH" sudo -u testuser cargo test --no-fail-fast
|
||||
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
||||
- sudo -E -u testuser cargo test --no-fail-fast
|
||||
|
||||
cargo_fmt:
|
||||
image: *rust_image
|
||||
|
|
Loading…
Reference in a new issue