From c715d512cbf513bc5a62a4b6022b037ee43900ba Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 9 Nov 2021 16:12:57 -0700 Subject: [PATCH] CI: additionally run stage2 behavior tests with -ofmt=c --- ci/zinc/linux_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/zinc/linux_test.sh b/ci/zinc/linux_test.sh index c41f2cd919..875ff762d5 100755 --- a/ci/zinc/linux_test.sh +++ b/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