Skip to content

Commit

Permalink
Merge pull request #100360 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-22.1-100290

release-22.1: roachtest: fix gorm test
  • Loading branch information
rafiss authored Apr 1, 2023
2 parents 0468eb9 + 6bbbb25 commit 252d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/gorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func registerGORM(r registry.Registry) {
err = c.RunE(
ctx,
node,
fmt.Sprintf(`cd %s && go get -u -t ./... && go mod download && go mod tidy `, gormTestPath),
fmt.Sprintf(`cd %s && go mod tidy && go mod download`, gormTestPath),
)
require.NoError(t, err)

Expand Down

0 comments on commit 252d0a0

Please sign in to comment.