mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 05:27:07 +08:00
rm: support removing multiple builders at once
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@ -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...)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user