Closed afbjorklund closed 2 years ago
This adds the option to run the go list -json once for the entire project.
go list -json
Then you can supply this file to go-test-report, using --list parameter.
--list
Also runs the regular commands in parallel, but that didn't help as much...
Closes #27
:+1:
This adds the option to run the
go list -json
once for the entire project.Then you can supply this file to go-test-report, using
--list
parameter.Also runs the regular commands in parallel, but that didn't help as much...
Closes #27