Skip to content
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

Speed up snifftest #3525

Closed
wants to merge 2 commits into from
Closed

Speed up snifftest #3525

wants to merge 2 commits into from

Conversation

zricethezav
Copy link
Collaborator

@zricethezav zricethezav commented Oct 29, 2024

Description:

Snifftest takes 7 minutes. That's way too long. This PR is trying some things to speed that up. https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-go#caching-dependencies suggests that setup-go requires a go.sum file to enable caching by default.

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@zricethezav zricethezav requested a review from a team as a code owner October 29, 2024 13:51
@zricethezav zricethezav marked this pull request as draft October 29, 2024 14:04
@zricethezav
Copy link
Collaborator Author

eh closing, gonna test this on a private repo since it requires updates on the default branch to test effectively

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant