diff options
Diffstat (limited to 'android/visibility_test.go')
-rw-r--r-- | android/visibility_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/visibility_test.go b/android/visibility_test.go index 9d9e57438..8de5fa951 100644 --- a/android/visibility_test.go +++ b/android/visibility_test.go @@ -1140,6 +1140,7 @@ var visibilityTests = []struct { } func TestVisibility(t *testing.T) { + t.Parallel() for _, test := range visibilityTests { t.Run(test.name, func(t *testing.T) { ctx, errs := testVisibility(buildDir, test.fs) |