Skip to content

Commit

Permalink
Run test in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ravicious committed Nov 20, 2024
1 parent a9f0e0e commit f20679e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/tsh/common/tsh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f20679e

Please sign in to comment.