Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 278 Bytes

SETUP.md

File metadata and controls

9 lines (6 loc) · 278 Bytes

To run the tests simply run the command go test in the exercise directory.

If the test suite contains benchmarks, you can run these with the -bench flag:

go test -bench .

For more detailed info about the Go track see the help page.