diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-05-04 20:06:00 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-04 20:07:32 +0200 |
| commit | 9846445c8e6e35393c6bf8e27a3ac83f70368e63 (patch) | |
| tree | c94cf0b97e8179c55398186db756122d282f1514 /prog/encoding_test.go | |
| parent | 2c7e14a847318974490ab59460f0834ea2ee0d24 (diff) | |
prog: parallelize tests
Parallelize more tests and reduce number of iterations
in random tests under race detector.
Diffstat (limited to 'prog/encoding_test.go')
| -rw-r--r-- | prog/encoding_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
