Skip to content

Commit

Permalink
output go env
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 11, 2023
1 parent b5488b3 commit abccc04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/run_test_long.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ do_test_run() {
export SKIP_MATCHER=1
export IGNORE_LOCAL_GO=1
export GOROOT=""
echo "****** start go env"
go env
echo "****** end go env"
GO_VERSION="$CONSTRAINT" ./src/run
WANT_GOROOT="$RUNNER_WORKSPACE/setup-go-faster/go/$WANT_VERSION/x64"
echo "start GITHUB_OUTPUT"
Expand Down

0 comments on commit abccc04

Please sign in to comment.