[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.

(cherry picked from commit 9b3032c14b)
(cherry picked from commit b0fded409d)
(cherry picked from commit 14b5efb1c4)
(cherry picked from commit 30bd28eed3)
(cherry picked from commit 54bb708ce7)
(cherry picked from commit f1664c360b)
(cherry picked from commit cd8648178d)
This commit is contained in:
Gusted 2023-12-06 23:49:48 +01:00 committed by Earl Warren
parent 225d6f7ab7
commit 69894fbc82
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

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'