From 9086781ff6f8ba5e9469a65a90d2c74385e91f0b Mon Sep 17 00:00:00 2001 From: rbose Date: Sat, 24 Sep 2022 15:56:53 -0500 Subject: [PATCH] run all tests, even if some fail --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68e5b0d..91105a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ on: jobs: test-grammar: strategy: + fail-fast: false matrix: problem: [one, two, three, four, five] # The type of runner that the job will run on