rerun
rerun copied to clipboard
Run tests for dependencies
I know that rerun watches the dependency directories, but it seems that it can only runs tests for the package that's at buildpath
. Is there any way around this?
I know that go test
works fine with multiple targets like so:
go test mypack mypack/dep1 mypack/dep2
+1
Checkout my fork, maybe it helps: https://github.com/michelalbers/rerun