From 30bd28eed315a31ce45c2efdc49600fc22021526 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 6 Dec 2023 23:49:48 +0100 Subject: [PATCH] [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 9b3032c14b968933b0cc5bdad6e68cf582d01958) (cherry picked from commit b0fded409d958b19cda827cff5d112bb1057a0f7) (cherry picked from commit 14b5efb1c48cd07c0dab6eea17e1e27ed780c168) --- .forgejo/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index b4b9d1fd19..353549c9a4 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -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'