rm: support removing multiple builders at once

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-11-25 00:28:50 +01:00
parent 81ea718ea4
commit 24e043e375
5 changed files with 100 additions and 34 deletions

View File

@ -28,6 +28,7 @@ func TestIntegration(t *testing.T) {
tests = append(tests, imagetoolsTests...)
tests = append(tests, versionTests...)
tests = append(tests, createTests...)
tests = append(tests, rmTests...)
testIntegration(t, tests...)
}