• Miek Gieben's avatar
    Run tests in parallel (#478) · 94c59da5
    Miek Gieben authored
    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.
    94c59da5
server.go 1.54 KB