Explorar el Código

Use clojure invocation that doesn't depend on rlwrap

Gabriel Horner hace 4 años
padre
commit
fb256884ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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