Skip to content

Commit 5e71f0b

Browse files
committed
✅ do not limit parallel execution of tests
1 parent d704704 commit 5e71f0b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/_test-integrations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
name: Run Integration Tests
1313
timeout-minutes: 30
1414
strategy:
15-
max-parallel: 2
1615
matrix:
1716
os:
1817
- "ubuntu-22.04"

.github/workflows/_test-regressions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
name: Run Regression Tests
1313
timeout-minutes: 30
1414
strategy:
15-
max-parallel: 2
1615
matrix:
1716
os:
1817
- "ubuntu-22.04"

0 commit comments

Comments
 (0)