Skip to content

Fix data race and update CI build to run with race detector on

Compare
Choose a tag to compare
@ddelnano ddelnano released this 22 Jun 09:33
· 5 commits to master since this release
Fix a data race between Cmd.Run and Process.Kill (#31)

* Fix a data race between Cmd.Run and Process.Kill

* Travis: test with race detection enabled