mirror of
https://github.com/uutils/coreutils
synced 2024-11-13 00:17:09 +00:00
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:
parent
d0ebd1c9d0
commit
6174cad334
1 changed files with 0 additions and 1 deletions
1
.github/workflows/GnuTests.yml
vendored
1
.github/workflows/GnuTests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue