Skip to content

lrxtom2/parallel-go-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Parallel Go Test Runner

parallel-go-test is a parallel test runner for Go. It is heavily inspired by James Nugent's work, but removed transformation logic on test results. Make sure the tests are safe to run in parallel.

The workflow is:

  1. Compile a test binary using go test -c.
  2. Pipe a list of test names, one per line, into parallel-go-test , with the -f parameter pointing to the path of executable. To run tests in parallel, set -p to a number greater than 1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%