From 74c1740e26ee818528d3de9c622023ed70d207b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Sun, 6 Oct 2024 21:43:17 +0200 Subject: [PATCH] Run example in addition to tests --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c72a78..b381a87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,4 +30,6 @@ jobs: run: | source $HOME/.bash_profile + magic run mojo run example.mojo magic run test +