From 94c59da57783c04426833dfcfa085f3ea304a1db Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 12 Jan 2017 08:13:50 +0000 Subject: Run tests in parallel (#478) Create a small speedup running the tests: PASS ok github.com/miekg/coredns/test 10.329s PASS ok github.com/miekg/coredns/test 6.079s Skip the etcd ones. Doing the middleware/*/*_test ones doesn't yield any speedup as these are still done on a per directory basis. --- test/cache_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cache_test.go') diff --git a/test/cache_test.go b/test/cache_test.go index 5156e4d13..f1cdbe76f 100644 --- a/test/cache_test.go +++ b/test/cache_test.go @@ -14,6 +14,7 @@ import ( ) func TestLookupCache(t *testing.T) { + t.Parallel() // Start auth. CoreDNS holding the auth zone. name, rm, err := test.TempFile(".", exampleOrg) if err != nil { -- cgit v1.2.3