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 d4b7076 commit c1843b1Copy full SHA for c1843b1
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v2
38
- name: Run tests
39
if: matrix.allow_failure != true
40
- run: 'make test'
+ run: 'make .cask test'
41
- name: Run tests (allow failure)
42
if: matrix.allow_failure == true
43
run: 'make test || true'
Makefile
@@ -54,7 +54,7 @@ dev:
54
#
55
# for an example of using a script like this with the 'git bisect run'
56
# command.
57
-test: .cask clean all
+test: clean all
58
touch tests/project/1/.git
59
$(EMACS) -Q -batch -L lisp/ --eval \
60
"(let ((default-directory (expand-file-name \".cask\" default-directory))) \
0 commit comments