aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/acl
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-27 06:49:48 +0900
committerOphestra <cat@gensokyo.uk>2026-01-27 07:00:39 +0900
commit67e453f5c4de915de23ecbe5980e595758f0f2fb (patch)
tree48845c31bc8f1f2111e17c6ac6166a135e0762d4 /internal/acl
parent67092c835aa7d6e2c0b9e314f08797ce2fe88983 (diff)
dist: run tests
This used to be impossible due to nix jank which has been addressed. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/acl')
-rw-r--r--internal/acl/acl_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/acl/acl_test.go b/internal/acl/acl_test.go
index af6da555..19ce45ac 100644
--- a/internal/acl/acl_test.go
+++ b/internal/acl/acl_test.go
@@ -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")
}