add stack test

This commit is contained in:
David Gonzalez Martin 2023-11-09 23:40:47 -06:00
parent d025291290
commit 46f4679cc7

View File

@ -41,3 +41,5 @@ jobs:
zig build test -Dall --summary all zig build test -Dall --summary all
zig build run -- test/first/main.nat zig build run -- test/first/main.nat
nat/first nat/first
zig build run -- test/stack/main.nat
nat/stack