Skip to content

Commit

Permalink
parallelize e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed May 22, 2024
1 parent cfbd935 commit 8309241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func TestSolanaOCRV2Smoke(t *testing.T) {

test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()

state, err := common.NewOCRv2State(t, 1, "gauntlet-"+test.name, &config)
require.NoError(t, err, "Could not setup the ocrv2 state")
if len(test.env) > 0 {
Expand Down

0 comments on commit 8309241

Please sign in to comment.