do not run tests in parallel

This commit is contained in:
Tim Möhlmann 2023-04-25 18:30:08 +03:00
parent 68200dcbe9
commit 234186c60c

View File

@ -32,4 +32,4 @@ jobs:
- name: Run integration test - name: Run integration test
env: env:
INTEGRATION_DB_FLAVOR: ${{ matrix.db }} INTEGRATION_DB_FLAVOR: ${{ matrix.db }}
run: go test -tags=integration -v ./internal/integration ./internal/api/grpc/... run: go test -tags=integration -parallel 1 -v ./internal/integration ./internal/api/grpc/...