mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 14:49:29 +08:00
mat: make tests parallel
This commit is contained in:
@@ -16,6 +16,7 @@ import (
|
||||
|
||||
// TODO: Need to add tests where one is overwritten.
|
||||
func TestMulTypes(t *testing.T) {
|
||||
t.Parallel()
|
||||
for _, test := range []struct {
|
||||
ar int
|
||||
ac int
|
||||
|
Reference in New Issue
Block a user