51930a7cbb
style: rename CI jobs to match Makefile targets
CI / Unit Tests (pull_request) Successful in 16s
CI / Go Lint (pull_request) Successful in 25s
CI / Mutation Tests (pull_request) Successful in 35s
CI / Fuzz Tests (pull_request) Successful in 45s
2026-03-18 20:01:16 -04:00
72a8a9c4f7
fix: unit-test CI job calls 'name' instead of make
...
CI / Unit Tests (pull_request) Successful in 12s
CI / Golang Lint (pull_request) Successful in 15s
CI / Mutation Tests (pull_request) Successful in 32s
CI / Fuzz Tests (pull_request) Successful in 1m21s
I made a typo.
2026-03-18 19:34:09 -04:00
5c019baa78
refactor: use make in CI, pull module in make docs
...
CI / Unit Tests (pull_request) Failing after 8s
CI / Golang Lint (pull_request) Successful in 1m7s
CI / Fuzz Tests (pull_request) Successful in 1m19s
CI / Mutation Tests (pull_request) Successful in 1m54s
Instead of duplicating test logic in both the CI and the Makefile, I made the CI call the Makefile. Also, updated `make docs` so it dynamically pulls the module name from `go list -m`.
2026-03-18 19:29:01 -04:00
e53ff4f50b
fix: add lint to .PHONY
2026-03-17 21:37:27 -04:00
f4b12598f1
fix: add lint job
...
Runs all `lint-*` jobs.
2026-03-17 21:36:28 -04:00
a367c10957
feat: modernize Makefile
...
- Added `checkmake` to enforce good `Makefile` format.
- Added `help`, `test`, `lint-markdown`, `lint`, `clean`, and `all` targets.
- Added `install` target.
- Added target comments to streamline `help` command.
2026-03-17 21:25:26 -04:00