Added lsof to cargo test docker step
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-09-02 02:24:39 -04:00
parent cab06fc350
commit 0b6fb8a4f8

View File

@ -2,6 +2,8 @@ pipeline:
tests: tests:
image: rust:1.63 image: rust:1.63
commands: commands:
- "apt update"
- "apt install -y lsof"
- "cargo test" - "cargo test"
build_release: build_release: