Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 617 Bytes

File metadata and controls

13 lines (9 loc) · 617 Bytes

Pre-requisites

The project uses Leiningen 2 and requires RabbitMQ 3.4+ to be running locally. Prior to running the tests, configure the RabbitMQ permissions by running ./bin/ci/before_script.sh. Make sure you have those two installed and then run tests against all supported Clojure versions using

lein all test

Pull Requests

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, write a good, detailed commit message submit a pull request on GitHub.