1

ci/launcher: check fmt

This commit is contained in:
Motiejus Jakštys 2023-02-24 11:53:10 +02:00
parent 6ebe4747ae
commit 28b46bfb96

View File

@ -13,6 +13,8 @@ do
$ZIG build-exe -fno-emit-bin -target $target toolchain/launcher.zig
done
$ZIG fmt --color=on --check toolchain/launcher.zig
# until bazel-zig-cc gets a zig toolchain, run launcher's unit tests here.
$ZIG test toolchain/launcher.zig