use clojure instead of clj in test script
This commit is contained in:
parent
4d484dc126
commit
3ab9aa9606
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue