From d0b711614584e114c4ff07e8a5a7ae03af35d1d8 Mon Sep 17 00:00:00 2001 From: Rishabh Keshan Date: Wed, 11 Dec 2024 19:49:31 +0000 Subject: [PATCH] feat: run all tests even when one fails (#537) --- .github/workflows/guides.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/guides.yml b/.github/workflows/guides.yml index ade479fd4..5629c4e46 100644 --- a/.github/workflows/guides.yml +++ b/.github/workflows/guides.yml @@ -46,7 +46,7 @@ jobs: - "counter-dapp" - "intro to predicates" - "quickstart" - + continue-on-error: true steps: # SETUP - uses: actions/checkout@v3