From f159377fe87abf40daa279bff400fdf8b10b0455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 10 Oct 2024 22:38:32 -0400 Subject: [PATCH] trying test-cmd --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index 8df2ed5..5720db2 100644 --- a/build.zig +++ b/build.zig @@ -70,6 +70,7 @@ pub fn build(b: *std.Build) void { .optimize = optimize, }); + exe_unit_tests.setExecCmd(&.{"/run/current-system/sw/bin/false"}); const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests); // Similar to creating the run step earlier, this exposes a `test` step to