Skip to content

Commit

Permalink
core/internal/features/ocr2: parallelize subtests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Oct 14, 2024
1 parent 37f3132 commit a5ea373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/internal/features/ocr2/features_ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func testIntegration_OCR2(t *testing.T) {
} {
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()
owner, b, ocrContractAddress, ocrContract := setupOCR2Contracts(t)

lggr := logger.TestLogger(t)
Expand Down

0 comments on commit a5ea373

Please sign in to comment.