From a197bb68154fc19b9d895661d6700cd75cd981bb Mon Sep 17 00:00:00 2001 From: infogulch Date: Thu, 6 Apr 2023 09:40:03 -0500 Subject: [PATCH] Allow the test suite to fail without failing the build --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bdfe64d..1f883ec7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,6 +80,7 @@ jobs: logtalk-tool-dependencies: false - name: Run compliance test suite if: startsWith(matrix.os,'ubuntu') && matrix.rust-version == 'stable' + continue-on-error: true working-directory: /home/runner/logtalk/tests/prolog run: | scryer-prolog -v -- 2.54.0