Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 377 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 377 Bytes

Contributing Guide

Testing

Ensure you are not running a local postgres server (such as the Postgres app for OSX).

Start up / tear down the local network:

> ./bin/local up
> ./bin/local down

Then to run all the tests, in a separate window:

> sbt test

To run a specific test:

> sbt
> test:testOnly tests.simulation.StartupSimTest