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