kill dangling docker containers in complement run

This is a stupid hack and I hate it, but we do need to support
concurrent complement runs if we want to do this in CI.
This commit is contained in:
Benjamin Lee 2024-06-22 14:21:50 -07:00
parent e6f5aa6150
commit 2e03b39cdd
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4
5 changed files with 117 additions and 23 deletions

View file

@ -10,6 +10,7 @@ clap.workspace = true
miette.workspace = true
process-wrap.workspace = true
indicatif.workspace = true
rand.workspace = true
serde.workspace = true
serde_json.workspace = true
signal-hook.workspace = true