mat: make tests parallel

This commit is contained in:
Egon Elbre
2020-03-14 12:57:29 +02:00
parent e1429629f0
commit 190873a112
27 changed files with 233 additions and 69 deletions

View File

@@ -16,6 +16,7 @@ func leaksPanic(fn func()) (panicked bool) {
}
func TestMaybe(t *testing.T) {
t.Parallel()
for i, test := range []struct {
fn func()
panics bool