8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c035e61 commit 13a94c4Copy full SHA for 13a94c4
makefile
@@ -13,8 +13,9 @@ test_zig_nightly:
13
14
zig build -Dlang=luajit
15
16
-# A subset of tests that are expected to work also on zig-0.14
+# A subset of tests that are expected to work also on stable builds of zig
17
test_zig_stable:
18
+ zig build test --summary failures -Dlang=lua51
19
zig build test --summary failures -Dlang=lua52
20
zig build test --summary failures -Dlang=lua53
21
zig build test --summary failures -Dlang=lua54
0 commit comments