CI: additionally run stage2 behavior tests with -ofmt=c

This commit is contained in:
Andrew Kelley 2021-11-09 16:12:57 -07:00
parent b24e475717
commit c715d512cb

View File

@ -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