diff --git a/.golangci.yml b/.golangci.yml index 1231a65ddb58f..4967aedf54baa 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -241,6 +241,7 @@ linters: - staticcheck - structcheck - tenv + - tparallel - typecheck - unconvert - unused diff --git a/database/pubsub_memory_test.go b/database/pubsub_memory_test.go index 2a930fb3e05c9..cc69df51bd38b 100644 --- a/database/pubsub_memory_test.go +++ b/database/pubsub_memory_test.go @@ -14,6 +14,8 @@ func TestPubsubMemory(t *testing.T) { t.Parallel() t.Run("Memory", func(t *testing.T) { + t.Parallel() + pubsub := database.NewPubsubInMemory() event := "test" data := "testing"