Skip to content

Run vet and unit-race tests on GH runner instead of plain test #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

Madrigal
Copy link
Contributor

@Madrigal Madrigal commented Mar 5, 2025

Issue #, if available:
N/A

Description of changes:
Noticed that our current runner just executes go test. We have a makefile that runs go vet and test with the race flag. We should use that. This change

  • Change GH runner to run make unit-race
  • Fixes couple issues pointed by vet
  • Remove redundant run of go vet since it's already covered by depending on verify target

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Madrigal Madrigal requested review from a team as code owners March 5, 2025 21:47
@Madrigal Madrigal merged commit b17b844 into main Mar 6, 2025
11 checks passed
@Madrigal Madrigal deleted the feat-more-comprehensive-gh-workflow branch March 6, 2025 20:25
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.

2 participants