Skip to content

Commit

Permalink
chg: parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Nov 13, 2024
1 parent 474c4ad commit e5c1066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bor/client/grpc/grpc_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
)

func TestToBlockNumArg(t *testing.T) {

Check failure on line 10 in bor/client/grpc/grpc_util_test.go

View workflow job for this annotation

GitHub Actions / lint

TestToBlockNumArg's subtests should call t.Parallel (tparallel)
t.Parallel()

tests := []struct {
name string
input *big.Int
Expand Down

0 comments on commit e5c1066

Please sign in to comment.