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.
1 parent 44e85fd commit 09d6ecdCopy full SHA for 09d6ecd
.github/workflows/go.yml
@@ -34,4 +34,4 @@ jobs:
34
go test -race . -coverprofile=coverage.txt -covermode=atomic
35
36
- name: Build
37
- run: go build -v -o ./truecli/truecli ./truecli
+ run: cd truecli && go build -v -o truecli
0 commit comments