Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 473 Bytes

Learn by doing!

Usage

Generic instructions for CLI-based tools; differences will be indicated in challenge READMEs.

cd <challenge dir>
sbt test # run unit tests
sbt assembly # produce executable (prints output location)
sbt IntegrationTest/test # run integration tests (will produce nativeImage first)

Local validation of CI: run act -s GITHUB_TOKEN from the repository root.