Ensure gotip bin is used for go
This commit is contained in:
parent
068f885f8c
commit
d28b5a2193
|
@ -27,8 +27,9 @@ jobs:
|
|||
cd "$HOME/gotip/src"
|
||||
./make.bash
|
||||
echo "GOROOT=$HOME/gotip" >> "$GITHUB_ENV"
|
||||
echo "$HOME/gotip/bin:$PATH" >> "$GITHUB_PATH"
|
||||
echo "$(go env GOPATH)/bin:$PATH" >> "$GITHUB_PATH"
|
||||
echo "$HOME/gotip/bin:$PATH" >> "$GITHUB_PATH"
|
||||
env
|
||||
|
||||
- name: Test
|
||||
run: go test -race -count 2 ./...
|
||||
|
|
Loading…
Reference in New Issue