From f20679e849407323f9caf27de04756c34ecdf007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Cie=C5=9Blak?= Date: Wed, 20 Nov 2024 17:45:27 +0100 Subject: [PATCH] Run test in parallel --- tool/tsh/common/tsh_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/tsh/common/tsh_test.go b/tool/tsh/common/tsh_test.go index 090e69b425843..1a3e0a2f3f63d 100644 --- a/tool/tsh/common/tsh_test.go +++ b/tool/tsh/common/tsh_test.go @@ -417,6 +417,7 @@ func TestAlias(t *testing.T) { // // …plus whatever is set in the launch daemon plist under the EnvironmentVariables key. func TestNoEnvVars(t *testing.T) { + t.Parallel() ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) t.Cleanup(cancel)