vakenbolt / go-test-report

Captures go test output and parses it into a single self-contained HTML file.
Apache License 2.0
162 stars 34 forks source link

Can't install the command on mac #55

Open zhaoyi0113 opened 1 year ago

zhaoyi0113 commented 1 year ago

I am using Mac M1 laptop and go 1.18.2.

The command go get github.com/vakenbolt/go-test-report/ finish successfully. But the command isn't installed under ~/go/bin/ directory.

Noahnut commented 1 year ago

Maybe you can try the go install github.com/vakenbolt/go-test-report instead it work on my M1 pro laptop

twotigers93 commented 1 year ago

use go install github.com/vakenbolt/go-test-report@latest

afbjorklund commented 1 year ago

This needs to be updated in the README.md, for newer go versions (currently go1.13)

https://go.dev/doc/go1.16#go-command