mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-22 15:25:05 +01:00
The `make test-e2e` target depends on $(EXECUTABLE), and the Makefile detects tag changes via TAGS_PREREQ. Without passing TAGS, the binary gets rebuilt without SQLite support, causing the e2e user creation to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>