Skip to content

Commit a9404c4

Browse files
committed
Fix GitHub Actions CI
1 parent 7185174 commit a9404c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: 'make .cask test'
4141
- name: Run tests (allow failure)
4242
if: matrix.allow_failure == true
43-
run: 'make test || true'
43+
run: 'make .cask test || true'

0 commit comments

Comments
 (0)