summaryrefslogtreecommitdiff
path: root/android/package_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/package_test.go')
-rw-r--r--android/package_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/package_test.go b/android/package_test.go
index 04dfc08a9..a4b4c60ff 100644
--- a/android/package_test.go
+++ b/android/package_test.go
@@ -56,6 +56,7 @@ var packageTests = []struct {
}
func TestPackage(t *testing.T) {
+ t.Parallel()
for _, test := range packageTests {
t.Run(test.name, func(t *testing.T) {
_, errs := testPackage(test.fs)