Skip to content

Commit

Permalink
test: make tests parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
zcapitalz committed Jul 2, 2024
1 parent b2c63eb commit f6033f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions retryer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ func Test(t *testing.T) {
for _, tc := range testCases {
newTest := func(tc testCase, expectedStdoutStr, expectedStderrStr string) func(*testing.T) {
return func(t *testing.T) {
t.Parallel()

if tc.cfg.testOutputTypeJSON {
debugLogf(t, "Expected output:\n%v\n%v\n", expectedStdoutStr, expectedStderrStr)
}
Expand Down

0 comments on commit f6033f2

Please sign in to comment.