dist: run tests

This used to be impossible due to nix jank which has been addressed.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-27 06:49:48 +09:00
parent 67092c835a
commit 67e453f5c4
4 changed files with 38 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ var (
)
func TestUpdate(t *testing.T) {
if os.Getenv("GO_TEST_SKIP_ACL") == "1" {
if os.Getenv("HAKUREI_TEST_SKIP_ACL") == "1" {
t.Skip("acl test skipped")
}