Skip to content

Commit 3605911

Browse files
ci: run other tests with -j option
1 parent 62b8c60 commit 3605911

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
tests=("command-line-options" "data-rep" "i18n_sjis" "jp-compat" "run" "syntax" "cobj-idx" "file-lock" "file-lock2" "misc")
4545
for test in "${tests[@]}"; do
46-
./"$test" || true
46+
./"$test" -j || true
4747
done
4848
4949
- name: Generate a coverage report

.github/workflows/test-other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Run tests ${{ inputs.test-name }}
7777
working-directory: tests/
7878
run:
79-
./${{ inputs.test-name }}
79+
./${{ inputs.test-name }} -j
8080

8181
- name: Upload log files if tests fail
8282
if: failure()

0 commit comments

Comments
 (0)