mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
do not run tests in parallel
This commit is contained in:
parent
68200dcbe9
commit
234186c60c
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@ -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/...
|
||||||
|
Loading…
Reference in New Issue
Block a user