We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go install
1 parent f08b300 commit 34348e0Copy full SHA for 34348e0
.github/workflows/ci.yaml
@@ -58,7 +58,7 @@ jobs:
58
- name: "Install Complement Dependencies"
59
run: |
60
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
61
- go get -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
+ go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
62
mkdir .gotestfmt/github -p
63
cp .ci/complement_package.gotpl .gotestfmt/github/package.gotpl
64
gotestfmt -help
0 commit comments