mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-10 15:35:48 +00:00
ls
This commit is contained in:
parent
6e1a801ed4
commit
f82e260cea
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ steps:
|
|||
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
|
||||
- adduser testuser
|
||||
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
|
||||
- ls -la /usr/local/cargo/bin
|
||||
- sudo ls -la /usr/local/cargo/bin
|
||||
- sudo -E -u testuser cargo test --no-fail-fast
|
||||
|
||||
cargo_fmt:
|
||||
|
|
Loading…
Reference in a new issue