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