We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1e371 commit c307fa8Copy full SHA for c307fa8
1 file changed
.github/workflows/ci-tests.yaml
@@ -45,6 +45,6 @@ jobs:
45
./Build build
46
- name: Run tests
47
run: |
48
- for i in 1 2 3 4 5 6 7 8 9 10; do
+ for i in $(seq 1 100); do
49
TEST_SHARED=1 TEST_SUBREAPER=1 prove -l -v t/01_run.t --merge
50
done
0 commit comments