Skip to content

Conversation

@ecordell
Copy link
Collaborator

@ecordell ecordell commented Sep 4, 2025

No description provided.

@ecordell ecordell force-pushed the integrations branch 2 times, most recently from cbc9131 to 1608d94 Compare September 8, 2025 19:31
}

// Cleans up any leftover Docker containers from tests
func (Test) CleanupContainers() error {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can use t.Cleanup for this


// run go test with build tags
func goTestWithTags(path string, tags string, args ...string) error {
testArgs := append([]string{"test", "-failfast", "-count=1", "-tags", tags}, args...)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
testArgs := append([]string{"test", "-failfast", "-count=1", "-tags", tags}, args...)
testArgs := append([]string{"test", "-failfast", "-race", "-count=1", "-tags", tags}, args...)

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.

3 participants