Use clojure invocation that doesn't depend on rlwrap

pull/3239/head
Gabriel Horner 2021-11-22 01:25:32 -05:00 committed by Tienson Qin
parent 24807eef17
commit fb256884ba
1 changed files with 1 additions and 1 deletions

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