tests(db): fix data race (#7444)

[skip ci]
pull/7445/head
Joe Chen 2023-05-08 23:02:45 -04:00 committed by GitHub
parent 5df9668063
commit ada1083462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ func actionsCommitRepo(t *testing.T, db *actions) {
now := time.Unix(1588568886, 0).UTC()
conf.SetMockSSH(t, conf.SSHOpts{})
t.Run("new commit", func(t *testing.T) {
t.Cleanup(func() {
err := db.Session(&gorm.Session{AllowGlobalUpdate: true}).WithContext(ctx).Delete(new(Action)).Error