We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f467e commit 64b123eCopy full SHA for 64b123e
1 file changed
.github/workflows/build-and-test.yml
@@ -83,7 +83,7 @@ jobs:
83
--show-build-log-on-failure
84
- name: Run Tests
85
if: success()
86
- run: prove -lrv --jobs 2 t
+ run: prove -lrv t
87
test_macos:
88
runs-on: ${{ matrix.os }}
89
strategy:
0 commit comments