1
Fork 0

ci/launcher: check fmt

nix
Motiejus Jakštys 2023-02-24 11:53:10 +02:00
parent 6ebe4747ae
commit 28b46bfb96
1 changed files with 2 additions and 0 deletions

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