Ensure gotip bin is used for go

This commit is contained in:
Matt Joiner 2022-02-07 16:29:34 +11:00
parent 068f885f8c
commit d28b5a2193
1 changed files with 2 additions and 1 deletions

View File

@ -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 ./...