Allow the test suite to fail without failing the build
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user