Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 400 Bytes

File metadata and controls

12 lines (8 loc) · 400 Bytes

Welcome to BAR

There is documentation and guides under documents/guides/. Particularly relevant is the development guide for getting started with developing teiserver.

Running tests

The CI runs the tests, but you can speed up the process and run them locally

  • mix format
  • mix dialyzer .
  • mix test --exclude needs_attention