We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d7a4a commit 062eb5cCopy full SHA for 062eb5c
.github/workflows/test.yml
@@ -40,4 +40,4 @@ jobs:
40
run: 'make .cask test'
41
- name: Run tests (allow failure)
42
if: matrix.allow_failure == true
43
- run: 'make test || true'
+ run: 'make .cask test || true'
0 commit comments