Skip to content

Commit cc2261d

Browse files
committed
fix: Add parallel execution to verification tests
1 parent be128a6 commit cc2261d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
GH_PAT: ${{ secrets.GH_PAT }}
30-
run: oj-verify all
30+
run: oj-verify all -j 2

0 commit comments

Comments
 (0)