From 9846445c8e6e35393c6bf8e27a3ac83f70368e63 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 4 May 2018 20:06:00 +0200 Subject: prog: parallelize tests Parallelize more tests and reduce number of iterations in random tests under race detector. --- prog/encoding_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'prog/encoding_test.go') diff --git a/prog/encoding_test.go b/prog/encoding_test.go index 10b4bb9c1..9870b91f6 100644 --- a/prog/encoding_test.go +++ b/prog/encoding_test.go @@ -48,6 +48,7 @@ func TestSerializeData(t *testing.T) { } func TestCallSet(t *testing.T) { + t.Parallel() tests := []struct { prog string ok bool -- cgit mrf-deployment