We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9a437 commit ef1264aCopy full SHA for ef1264a
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: perl -V
30
run: perl -V
31
- name: Install dependencies
32
- run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure --feature=test_sqlite --feature=test_fork
+ run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure --feature=test_sqlite
33
- name: Run tests
34
run: prove -lr -j4 t
35
0 commit comments