From 031899686bf6d48e24951c745b96df5785d60bcc Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Wed, 11 Oct 2023 18:27:31 -0500 Subject: [PATCH] add new test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd657ef825..3098492544 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -109,6 +109,7 @@ jobs: "examples/motoko_examples/superheroes", "examples/motoko_examples/threshold_ecdsa", "examples/motoko_examples/whoami", + "examples/new", "examples/notify_raw", "examples/null_example", "examples/optional_types",