Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 303 Bytes

File metadata and controls

11 lines (9 loc) · 303 Bytes

Test Commands:

  • Run all tests: stack test
  • Run validation tests: stack test deathstacks:validate
  • Run unit tests: stack test deathstacks:units
  • Run grading tests: stack test deathstacks:grading
  • Run tests with coverage: stack test --coverage ...

Building Commands

  • stack build
  • stack clean