Skip to content

Commit da48db2

Browse files
authored
Merge pull request #1109 from jku/run-tuf-conformance-in-parallel
workflows: Run conformance suites in parallel
2 parents 11c2d22 + 6c19413 commit da48db2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
jobs:
1313
conformance:
1414
strategy:
15-
max-parallel: 1
1615
matrix:
1716
java-version: [11, 17, 21]
1817
sigstore-env: [production, staging]

.github/workflows/tuf-conformance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
jobs:
1313
conformance:
1414
strategy:
15-
max-parallel: 1
1615
matrix:
1716
java-version: [11, 17, 21]
1817
fail-fast: false

0 commit comments

Comments
 (0)