aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-07 15:18:28 +0900
committerOphestra <cat@gensokyo.uk>2026-04-07 15:22:52 +0900
commite4355279a1624833e36455a1a85788dbe091464e (patch)
tree7ba95bbd813f54cbabcaaf4cec5b004f8dbe72da /test
parent289fdebead872b1b011b8fe892d43a2f234703d1 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'test')
-rw-r--r--test/default.nix2
1 files changed, 1 insertions, 1 deletions
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