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-18 03:03:16 +01:00
co-authored by Claude Opus 4.6
parent 5fcdd8589f
commit 1e010377f8
+1
View File
@@ -59,3 +59,4 @@ jobs:
timeout-minutes: 10
env:
FORCE_COLOR: 1
TAGS: bindata sqlite sqlite_unlock_notify