From af5e40b2edc424b95a6a7586c331b6a16b00055f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Tue, 15 Sep 2020 10:38:56 +0200 Subject: [PATCH] chore: enable parallel execution in all usage testing --- cmd/scw/main_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/scw/main_test.go b/cmd/scw/main_test.go index 6d58c4dcd5..4f831f1248 100644 --- a/cmd/scw/main_test.go +++ b/cmd/scw/main_test.go @@ -41,7 +41,6 @@ func Test_AllUsage(t *testing.T) { core.TestCheckExitCode(0), core.TestCheckGolden(), ), - DisableParallel: true, })) } }