ci: build stage4 and run behavior tests with it on aarch64-macos-debug

We do this in most other debug jobs, so seems sensible to do here too.
This commit is contained in:
Alex Rønne Petersen
2025-12-13 02:38:23 +01:00
parent faa485e630
commit 6f2e7afc30
+10
View File
@@ -49,3 +49,13 @@ stage3-debug/bin/zig build test docs \
-Dskip-non-native \
--search-prefix "$PREFIX" \
--test-timeout 2m
stage3-debug/bin/zig build \
--prefix stage4-debug \
-Denable-llvm \
-Dno-lib \
-Dtarget=$TARGET \
-Duse-zig-libcxx \
-Dversion-string="$(stage3-debug/bin/zig version)"
stage4-debug/bin/zig test ../test/behavior.zig