Skip to content

Commit 54f0760

Browse files
committed
WIP
1 parent f7fcfb0 commit 54f0760

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
./Build build
3737
- name: Run tests
3838
run: |
39-
for i in 1..10; do
39+
for i in 1 2 3 4 5 6 7 8 9 10; do
4040
TEST_SHARED=1 TEST_SUBREAPER=1 prove -l -v t/01_run.t
4141
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

Comments
 (0)