| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
All reviewed changes are consistent, with no unresolved issues.
Pull request overviewPins gotestsum as a Go tool and uses it consistently for repository test execution.
Changes:
| File | Description |
|---|---|
| tools/go.sum | Records dependency checksums. |
| tools/go.mod | Declares the pinned gotestsum tool. |
| Herebyfile.mjs | Invokes the module-managed test tool. |
| .github/workflows/ci.yml | Removes redundant global installation. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This silences some repo alerts about unpinned deps, and generally is nice because it means no extra step for the intended test experience.