From 4bb18907c3c393c22335f96352e4a55d6076497a Mon Sep 17 00:00:00 2001 From: flywind Date: Wed, 21 Jul 2021 17:57:36 +0800 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 6050870..53faf1f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -44,6 +44,8 @@ jobs: - name: Test run: | nim lexerTests + nim parserTests + nim quickstartTests nim jsonTests nim domTests nim serializationTests