Add generic test task to build

main
bom 4 months ago
parent 424a7bee74
commit dbffa50dab

@ -39,6 +39,12 @@ def initialize(project):
build.initialize_build_dir()
@task
def test(project):
test_clj(project)
test_cljs(project)
test_schema(project)
@task
def test_clj(project):
run("lein test", shell=True, check=True)

Loading…
Cancel
Save