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'