We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7185174 commit a9404c4Copy full SHA for a9404c4
.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