aboutsummaryrefslogtreecommitdiffhomepage
path: root/command/builder_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'command/builder_test.go')
-rw-r--r--command/builder_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/builder_test.go b/command/builder_test.go
index 95231841..7b9a1701 100644
--- a/command/builder_test.go
+++ b/command/builder_test.go
@@ -7,6 +7,7 @@ import (
)
func TestBuild(t *testing.T) {
+ t.Parallel()
c := command.New(nil, nil, "test", nil)
stubHandler := func([]string) error { panic("unreachable") }