Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elv13 committed Aug 27, 2024
1 parent 774fa0a commit 4a09c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
run: cd "${{ github.workspace }}/build" && make check-unit

- name: Run examples tests
run: cd "${{ github.workspace }}/build" && make check-examples -j16
run: cd "${{ github.workspace }}/build" && make check-examples -j24

- name: Run requires tests
if: matrix.coverage
Expand Down Expand Up @@ -337,6 +337,7 @@ jobs:
# with Code Climate.
find "gcov.$i" -maxdepth 1 -type f -name '#usr#*.gcov' -delete
done
find .. -iname '*gcov*' 2> /dev/null || true
- name: Upload code coverage report
if: matrix.coverage == 'codecov'
Expand Down

0 comments on commit 4a09c2c

Please sign in to comment.