Skip to content

Commit

Permalink
Reinstate make install-test-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Teoh committed Dec 26, 2023
1 parent 07809e2 commit 23a0223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-go-tip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ runs:
echo "Downloaded bundle:"
ls -lah gotip.tar.gz
export GOROOT="$HOME/sdk/gotip"
export GOPATH="$HOME/go"
mkdir -p $GOROOT
tar -C $GOROOT -xzf gotip.tar.gz
export PATH="$GOROOT/bin/:$GOPATH/bin:$PATH"
export PATH="$GOROOT/bin/:$PATH"
echo "GOROOT=$GOROOT" >> $GITHUB_ENV
echo "GOPATH=$GOPATH" >> $GITHUB_ENV
echo "PATH=$PATH" >> $GITHUB_ENV
echo "Active Go version:"
go version
4 changes: 2 additions & 2 deletions .github/workflows/ci-unit-tests-go-tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Install Go Tip
uses: ./.github/actions/setup-go-tip

# - name: Run unit tests
# run: make install-test-tools
- name: Run unit tests
run: make install-test-tools

- name: Run unit tests
run: make test-ci
Expand Down

0 comments on commit 23a0223

Please sign in to comment.