diff options
Diffstat (limited to 'android/neverallow_test.go')
-rw-r--r-- | android/neverallow_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/neverallow_test.go b/android/neverallow_test.go index 56a07dc9d..306c509c3 100644 --- a/android/neverallow_test.go +++ b/android/neverallow_test.go @@ -343,6 +343,7 @@ var neverallowTests = []struct { } func TestNeverallow(t *testing.T) { + t.Parallel() for _, test := range neverallowTests { // Create a test per config to allow for test specific config, e.g. test rules. config := TestConfig(buildDir, nil, "", test.fs) |