Skip to content

Commit

Permalink
chore(make): fix CI rule
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 22, 2023
1 parent 6e739da commit c76ae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ cloc:
cloc --match-f='\.el$$' init.el early-init.el elisp/ modules/ core/

ci:
HOME=$(PWD)/.. $(EMACS) -nw --batch --script .github/workflows/test-confs/ci-init.el 2>&1
HOME=$(PWD)/.. $(EMACS) -nw --batch --script .github/workflows/scripts/ci-init.el 2>&1

0 comments on commit c76ae0c

Please sign in to comment.