Commit c715d512cb

Andrew Kelley <andrew@ziglang.org>
2021-11-10 00:12:57
CI: additionally run stage2 behavior tests with -ofmt=c
1 parent b24e475
Changed files (1)
ci/zinc/linux_test.sh
@@ -5,6 +5,7 @@
 ZIG=$DEBUG_STAGING/bin/zig
 
 $ZIG test test/behavior.zig -fno-stage1 -fLLVM -I test
+$ZIG test test/behavior.zig -fno-stage1 -ofmt=c -I test
 
 $ZIG build test-behavior         -Denable-qemu -Denable-wasmtime
 $ZIG build test-compiler-rt      -Denable-qemu -Denable-wasmtime