Skip to content

Commit

Permalink
fix: increase parallelism to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 17, 2020
1 parent a65d289 commit ae02706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-conformity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Start service
run: ./test/conformance/start.sh
- name: Run tests
run: ./test/conformance/test.sh -v -short -parallel 2
run: ./test/conformance/test.sh -v -short -parallel 4

0 comments on commit ae02706

Please sign in to comment.