see how CI goes running these tests in parallel

This commit is contained in:
Jesse Duffield 2021-04-05 13:13:20 +10:00
parent 58bcc244ff
commit d271cbc138

View file

@ -180,6 +180,8 @@ func Test(t *testing.T) {
test := test
t.Run(test.Name, func(t *testing.T) {
t.Parallel()
speeds := getTestSpeeds(test.Speed, updateSnapshots)
for i, speed := range speeds {