Added lsof to cargo test docker step
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
cab06fc350
commit
0b6fb8a4f8
@ -2,6 +2,8 @@ pipeline:
|
||||
tests:
|
||||
image: rust:1.63
|
||||
commands:
|
||||
- "apt update"
|
||||
- "apt install -y lsof"
|
||||
- "cargo test"
|
||||
|
||||
build_release:
|
||||
|
Loading…
Reference in New Issue
Block a user