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:
image: rust:1.63
commands:
- "apt update"
- "apt install -y lsof"
- "cargo test"
build_release: