8000 fix(ci): reenable lua 5.1 testing · natecraddock/ziglua@13a94c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13a94c4

Browse files
committed
fix(ci): reenable lua 5.1 testing
1 parent c035e61 commit 13a94c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ test_zig_nightly:
1313

1414
zig build -Dlang=luajit
1515

16-
# A subset of tests that are expected to work also on zig-0.14
16+
# A subset of tests that are expected to work also on stable builds of zig
1717
test_zig_stable:
18+
zig build test --summary failures -Dlang=lua51
1819
zig build test --summary failures -Dlang=lua52
1920
zig build test --summary failures -Dlang=lua53
2021
zig build test --summary failures -Dlang=lua54

0 commit comments

Comments
 (0)
0