Use clojure invocation that doesn't depend on rlwrap

This commit is contained in:
Gabriel Horner
2021-11-22 01:25:32 -05:00
committed by Tienson Qin
parent 24807eef17
commit fb256884ba

View File

@@ -80,4 +80,4 @@ jobs:
yarn cljs:test
node static/tests.js
- name: Run Clojure test
run: clj -Mtest-clj
run: clojure -Mtest-clj