Learn by doing!
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.