mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 22:51:08 +00:00
fmt
This commit is contained in:
parent
5eb703edff
commit
b57fb3d100
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
|
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
|
||||||
- adduser testuser
|
- adduser testuser
|
||||||
- PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/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:
|
cargo_fmt:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
|
|
Loading…
Reference in a new issue