Skip to content

Commit b28c2b0

Browse files
committed
Makefile: clean prior to running tests
1 parent ebc3d9d commit b28c2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLOJURE_VERSION ?= 1.10
55
test/resources/cider/nrepl/clojuredocs/export.edn:
66
curl -o $@ https://github.com/clojure-emacs/clojuredocs-export-edn/raw/master/exports/export.compact.edn
77

8-
.inline-deps:
8+
.inline-deps: clean
99
lein with-profile -user,-dev inline-deps
1010
touch .inline-deps
1111

@@ -14,7 +14,7 @@ inline-deps: .inline-deps
1414
test: .inline-deps test/resources/cider/nrepl/clojuredocs/export.edn
1515
lein with-profile -user,-dev,+$(CLOJURE_VERSION),+test,+plugin.mranderson/config test
1616

17-
quick-test:
17+
quick-test: clean
1818
lein with-profile -user,-dev,+$(CLOJURE_VERSION),+test test
1919

2020
eastwood:

0 commit comments

Comments
 (0)