Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 284 Bytes

hex

Service orchestration and scheduling

Running tests

There are two test suites: unit and integration. By default

$ stack test

will run only unit tests.

To run all tests, including integration tests, pass additional flag

$ stack test --flag hex:integration-tests