Search code examples
jenkinsclojurecloudbeescompojure

running tests locally (before committing) with cloudbees


I've created a compojure web-app with cloudbees - awesome set up so far. I'm just wondering how to run tests locally before I push them up to jenkins to kick off the build.


Solution

  • figured it out: lein test

    (i'll leave this since cloudbees uses SO as their blog).