Skip to content

Commit

Permalink
feat: enable parallel validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio committed Nov 29, 2023
1 parent 79f120d commit 6ff288f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
gem: ${{ fromJSON(needs.setup.outputs.matrix) }}
max-parallel: 1
max-parallel: 3

steps:
- name: Checkout repository
Expand Down

0 comments on commit 6ff288f

Please sign in to comment.