rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Run tests for dependencies

Open guncha opened this issue 10 years ago • 2 comments

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

guncha avatar Mar 25 '14 08:03 guncha

+1

michelalbers avatar Jan 17 '15 09:01 michelalbers

Checkout my fork, maybe it helps: https://github.com/michelalbers/rerun

michelalbers avatar Jan 17 '15 12:01 michelalbers