test(pr finder): run test in parallel
This commit is contained in:
parent
0611d9d06d
commit
76de5f07ca
1 changed files with 1 additions and 0 deletions
|
|
@ -1013,6 +1013,7 @@ func TestPullRequestRefs_HasHead(t *testing.T) {
|
|||
}
|
||||
for _, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
require.Equal(t, tt.want, tt.prRefs.HasHead())
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue