Skip to content

Commit c307fa8

Browse files
committed
WIP
1 parent ff1e371 commit c307fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
./Build build
4646
- name: Run tests
4747
run: |
48-
for i in 1 2 3 4 5 6 7 8 9 10; do
48+
for i in $(seq 1 100); do
4949
TEST_SHARED=1 TEST_SUBREAPER=1 prove -l -v t/01_run.t --merge
5050
done

0 commit comments

Comments
 (0)