Skip to content

Add test and lint targets to Makefile#42

Merged
eswan18 merged 1 commit into
mainfrom
add-makefile-test-lint
Feb 7, 2026
Merged

Add test and lint targets to Makefile#42
eswan18 merged 1 commit into
mainfrom
add-makefile-test-lint

Conversation

@eswan18
Copy link
Copy Markdown
Owner

@eswan18 eswan18 commented Feb 7, 2026

Summary

  • Add make test target (go test ./...)
  • Add make lint target (go vet ./...)
  • Matches what the GitHub Actions PR workflow already runs

Test plan

  • make lint passes locally
  • make test passes locally (8 packages tested, all green)

🤖 Generated with Claude Code

Add `make test` (go test) and `make lint` (go vet) to match what
the GitHub Actions PR workflow runs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@eswan18 eswan18 merged commit 4882c7d into main Feb 7, 2026
1 check passed
@eswan18 eswan18 deleted the add-makefile-test-lint branch February 7, 2026 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant