diff options
Diffstat (limited to 'cc/compiler_test.go')
-rw-r--r-- | cc/compiler_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/compiler_test.go b/cc/compiler_test.go index c301388ae..cf553bdc6 100644 --- a/cc/compiler_test.go +++ b/cc/compiler_test.go @@ -19,6 +19,7 @@ import ( ) func TestIsThirdParty(t *testing.T) { + t.Parallel() shouldFail := []string{ "external/foo/", "vendor/bar/", |