mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
* Make it easier to run all the same commands that Travis does * Add target to install dev tools * Dirty a temp directory instead of the repo root * Explain our new make targets * Set a TMPDIR on travis * Fix comment
300 B
300 B
Hurray! We are glad that you want to contribute to our project! 👍
Verify your work
Run make verify to run all the same validations that our CI process runs, such
as checking that the standard go formatting is applied, linting, etc.
Unit Tests
Run make test-unit to run the unit tests.