mirror of
https://github.com/gonum/gonum.git
synced 2025-10-23 15:13:31 +08:00
mat: make tests parallel
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user