Skip to content

Commit 64b123e

Browse files
committed
don't test in parallel
We don't need parallel testing. There are not many tests, and it makes the output harder to read.
1 parent e6f467e commit 64b123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
--show-build-log-on-failure
8484
- name: Run Tests
8585
if: success()
86-
run: prove -lrv --jobs 2 t
86+
run: prove -lrv t
8787
test_macos:
8888
runs-on: ${{ matrix.os }}
8989
strategy:

0 commit comments

Comments
 (0)