Remove parallel flag (#19057)

This commit is contained in:
Chris S. Kim 2023-10-04 11:47:47 -04:00 committed by GitHub
parent b43cde5d19
commit 1a9666c49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -436,8 +436,6 @@ jobs:
--rerun-fails=3 \
-- \
go test \
-p=6 \
-parallel=4 \
-tags "${{ env.GOTAGS }}" \
-timeout=30m \
-json \