We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c1fa4 commit c51615dCopy full SHA for c51615d
.github/workflows/build.yml
@@ -16,4 +16,4 @@ jobs:
16
cd src ; ./clean.bash ; ./all.bash
17
- name: Run Go distribution tests under GOOS=tamago
18
run: |
19
- GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go run cmd/dist test
+ GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go tool dist test
0 commit comments