Skip to content

taylor-peterson/coding-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.