0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-28 16:46:17 +02:00
silverwind ad9b633757
ci: restore make backend in db-test jobs
The previous commit replaced `make backend` with `make generate-go`
on the assumption that the gitea executable was unused by the
integration tests. It is used: integration tests install git
pre-receive hooks that shell out to the binary, so `git push`
operations during tests fail with "No such file or directory".

Reverts that part of the previous change; the other cache-reuse
tweaks remain.

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
2026-05-09 01:26:34 +02:00
..