diff --git a/ci/launcher b/ci/launcher index 0b558fc..53f14aa 100755 --- a/ci/launcher +++ b/ci/launcher @@ -13,7 +13,7 @@ do $ZIG build-exe -fno-emit-bin -target $target toolchain/launcher.zig done -$ZIG fmt --color=on --check toolchain/launcher.zig +$ZIG fmt --check toolchain/launcher.zig # until bazel-zig-cc gets a zig toolchain, run launcher's unit tests here. $ZIG test toolchain/launcher.zig