From 46f4679cc72a20a34b2bf1305c0ebdc7c5269faf Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Thu, 9 Nov 2023 23:40:47 -0600 Subject: [PATCH] add stack test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02fdcba..a0df45d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,3 +41,5 @@ jobs: zig build test -Dall --summary all zig build run -- test/first/main.nat nat/first + zig build run -- test/stack/main.nat + nat/stack