Run GNU coverage job on pull requests

GNU coverage job now takes around one hour to finish thanks to contributors' work. Run it on pull requests to compare the GNU coverage report.
This commit is contained in:
xxyzz 2022-03-04 17:21:38 +08:00 committed by Sylvestre Ledru
parent d0ebd1c9d0
commit 6174cad334

View file

@ -201,7 +201,6 @@ jobs:
gnu_coverage:
name: Run GNU tests with coverage
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
steps:
- name: Checkout code uutil
uses: actions/checkout@v2