0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-18 14:25:55 +02:00

Pass TAGS to test-e2e to prevent binary rebuild without SQLite

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>
This commit is contained in:
silverwind 2026-02-16 09:56:12 +01:00
parent 5fcdd8589f
commit 1e010377f8
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -59,3 +59,4 @@ jobs:
timeout-minutes: 10
env:
FORCE_COLOR: 1
TAGS: bindata sqlite sqlite_unlock_notify