Skip to content

Commit 062eb5c

Browse files
committed
Fix GitHub Actions CI
1 parent f6d7a4a commit 062eb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)