use clojure instead of clj in test script

This commit is contained in:
Michiel Borkent 2020-05-09 14:19:22 +02:00
parent 4d484dc126
commit 3ab9aa9606

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
clj -A:test -n babashka.pods.jvm-test
clj -A:sci:test -n babashka.pods.sci-test
clojure -A:test -n babashka.pods.jvm-test
clojure -A:sci:test -n babashka.pods.sci-test