Skip to content

Commit

Permalink
Merge pull request authzed#104 from josephschorr/readd-parallel
Browse files Browse the repository at this point in the history
Readd t.Parallel after verifying tests properly report failures
  • Loading branch information
josephschorr committed Apr 10, 2023
2 parents 38340f0 + 04d4116 commit d7e2b7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ linters:
- "importas"
- "ineffassign"
- "makezero"
- "paralleltest"
- "prealloc"
- "predeclared"
- "promlinter"
Expand Down
2 changes: 2 additions & 0 deletions proto/authzed/api/validation_test/relationships_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ func TestV1CoreObjectValidity(t *testing.T) {
relation := relation

t.Run(testName, func(t *testing.T) {
t.Parallel()

require := require.New(t)

objRef := &v1.ObjectReference{
Expand Down

0 comments on commit d7e2b7b

Please sign in to comment.