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

@@ -89,7 +89,7 @@ buildGoModule rec {
CC = "clang -O3 -Werror";
# nix build environment does not allow acls
GO_TEST_SKIP_ACL = 1;
HAKUREI_TEST_SKIP_ACL = 1;
};
buildInputs = [