Hey folks! My project datawalk (https://github.com/eggsyntax/datawalk) has all its tests in .cljc files, so that I can run them both under Clojure (via lein test
) and under ClojureScript (via lein doo
). That way I can make sure everything’s working under both environments.
Is there any way to have my CircleCI builds do the same? I saw that I could set test commands, but it wasn’t clear to me what I’d enter there, or in what format, or whether it would even work.
Any help much appreciated!