go CI: Add GOPATH bin to GITHUB_PATH
This should fix godo not being in the path in a later step.
This commit is contained in:
parent
0f90f394a3
commit
068f885f8c
|
@ -28,6 +28,7 @@ jobs:
|
||||||
./make.bash
|
./make.bash
|
||||||
echo "GOROOT=$HOME/gotip" >> "$GITHUB_ENV"
|
echo "GOROOT=$HOME/gotip" >> "$GITHUB_ENV"
|
||||||
echo "$HOME/gotip/bin:$PATH" >> "$GITHUB_PATH"
|
echo "$HOME/gotip/bin:$PATH" >> "$GITHUB_PATH"
|
||||||
|
echo "$(go env GOPATH)/bin:$PATH" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -race -count 2 ./...
|
run: go test -race -count 2 ./...
|
||||||
|
|
Loading…
Reference in New Issue