[CI] Switch to non-coverage unit test (squash)

- Currently the collected coverage is not being used by the CI, so use
the non-coverage variant to not have the overhead of collecting
coverage.
This commit is contained in:
Gusted 2023-12-06 23:49:48 +01:00
parent 161bc4ced0
commit 9b3032c14b
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -61,7 +61,7 @@ jobs:
env:
TAGS: bindata
- run: |
su forgejo -c 'make unit-test-coverage test-check'
su forgejo -c 'make test-backend test-check'
timeout-minutes: 50
env:
RACE_ENABLED: 'true'