From e8cddc5d3aa1de07f20a5df034df095afc57ac87 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Fri, 19 Jan 2024 10:19:28 -0500 Subject: [PATCH] chore(fix): invalid gha syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e1040c..e924748 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: run: .\scripts\build.ps1 - name: Run tests run: crystal spec - name: "Run tests w/ dynamic linking (experimental)" + - name: "Run tests w/ dynamic linking (experimental)" continue-on-error: true run: crystal spec -Dpreview_dll