We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fcfb0 commit 54f0760Copy full SHA for 54f0760
1 file changed
.github/workflows/ci-tests.yaml
@@ -36,14 +36,6 @@ jobs:
36
./Build build
37
- name: Run tests
38
run: |
39
- for i in 1..10; do
+ for i in 1 2 3 4 5 6 7 8 9 10; do
40
TEST_SHARED=1 TEST_SUBREAPER=1 prove -l -v t/01_run.t
41
done
42
- - name: Upload coverage to ☂️ Codecov
43
- uses: codecov/codecov-action@v5
44
- if: matrix.perl == 'latest'
45
- with:
46
- token: ${{ secrets.CODECOV_TOKEN }}
47
- file: cover_db/codecov.json
48
- fail_ci_if_error: true
49
- verbose: true
0 commit comments