Skip to content

Commit dcd308e

Browse files
committed
Switch from clj to clojure for CI zprint lib test
So we don't have to install rlwrap, clojure is more appropriate for CI anyway.
1 parent b15ebab commit dcd308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/libs_tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
(status/line :detail "=> Deps Clojurescript run:")
323323
(cli-deps-tree lib))
324324
:test-cmds [["lein" "with-profile" "expectations" "test"]
325-
["clj" "-M:cljs-runner"]]}])
325+
["clojure" "-M:cljs-runner"]]}])
326326

327327
(defn- header [text]
328328
(let [dashes (apply str (repeat 80 "-"))]

0 commit comments

Comments
 (0)