Browse Source

Use clojure invocation that doesn't depend on rlwrap

Gabriel Horner 4 years ago
parent
commit
fb256884ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

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