From e4355279a1624833e36455a1a85788dbe091464e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Apr 2026 15:18:28 +0900 Subject: all: optionally forbid degrading in tests This enables transparently degradable tests to be forced on in environments known to support them. Signed-off-by: Ophestra --- test/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/default.nix') diff --git a/test/default.nix b/test/default.nix index 964e47be..246d6dfc 100644 --- a/test/default.nix +++ b/test/default.nix @@ -44,7 +44,7 @@ testers.nixosTest { cd ${self.packages.${system}.hakurei.src} ${fhs}/bin/hakurei-fhs -c \ - 'CC="clang -O3 -Werror" go test ${if withRace then "-race" else "-count 16"} ./...' \ + 'CC="clang -O3 -Werror" go test --tags=noskip ${if withRace then "-race" else "-count 16"} ./...' \ &> /tmp/hakurei-test.log && \ touch /tmp/hakurei-test-ok touch /tmp/hakurei-test-done -- cgit v1.3.1