Skip to content

Commit c2f3cad

Browse files
committed
ci: Fix tests
Fixes #170
1 parent 138798b commit c2f3cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lint:
2222

2323
test:
2424
$(EASK) install-deps --dev
25-
$(EASK) ert ./test/*.el
25+
$(EASK) test ert ./test/*.el
2626

2727
clean:
2828
$(EASK) clean-all

0 commit comments

Comments
 (0)