diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index aed1c125ce..0043cc2e23 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Install Go dependencies run: go mod download - name: Run backend tests - run: TAGS="bindata sqlite sqlite_unlock_notify" make test-backend + run: TAGS="bindata sqlite sqlite_unlock_notify" go test $(go list ./... | grep -v 'modules/queue$') -count=1 -timeout 10m - name: Run SQLite integration tests run: TAGS="bindata sqlite sqlite_unlock_notify" make test-sqlite