On Thu, Mar 9, 2023 at 8:11 AM Samuel Nelson wrote:
>
> I am a maintainer of a library that was calling `t.Run` inside of
> `t.Cleanup`, in order to call test functions after everything (the test
> functions and their corresponding setup/teardown functions) had been
> registered. Go 1.20.x chan
I am a maintainer of a library that was calling `t.Run` inside of
`t.Cleanup`, in order to call test functions after everything (the test
functions and their corresponding setup/teardown functions) had been
registered. Go 1.20.x changed that so that `t.Run` cannot be called inside
of `t.Cleanup