diff --git a/service/intel/entity_test.go b/service/intel/entity_test.go index e249851f..83a8fd7b 100644 --- a/service/intel/entity_test.go +++ b/service/intel/entity_test.go @@ -24,6 +24,8 @@ var splitDomainTestCases = [][]string{ } func TestSplitDomain(t *testing.T) { + t.Parallel() + for _, testCase := range splitDomainTestCases { splitted := splitDomain(testCase[0]) assert.Equal(t, testCase, splitted, "result must match")