CI: Don't retry tests in case of errors.

This commit is contained in:
Joachim Bauch 2021-10-28 11:07:16 +02:00
parent 6dd4c5ebeb
commit ebdf58404f
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with 2 additions and 2 deletions

View File

@ -40,11 +40,11 @@ jobs:
- name: Run tests
run: |
make test || make test
make test
- name: Generate coverage report
run: |
make cover || make cover
make cover
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.8