You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document incompatibility of VerifyNone with t.Parallel (#107)
It's a known issue that goleak is incompatible with tests being run in
parallel.
* #16
* #83
Unfortunately, there is no real solution to this issue.
* #16 (comment)
* #83 (comment)
* #83 (comment)
This PR at least documents the incompatibility
and suggests using `VerifyTestMain` instead.
0 commit comments