Skip to content

Commit

Permalink
add race back
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 24, 2024
1 parent 2982081 commit b26bd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (b *builder) integrationTest() error {
}

// Run integration test
args := []string{"go", "test", "-tags", "protolegacy", "-count", "1", "-v", "-timeout", "10m"}
args := []string{"go", "test", "-tags", "protolegacy", "-count", "1", "-race", "-v", "-timeout", "10m"}
if *runFlag != "" {
args = append(args, "-run", *runFlag)
}
Expand Down

0 comments on commit b26bd14

Please sign in to comment.