Răsfoiți Sursa

Use clojure invocation that doesn't depend on rlwrap

Gabriel Horner 3 ani în urmă
părinte
comite
fb256884ba
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/build.yml

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

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