From abccc0444fce1422e8a1e7b36dc7843756aed912 Mon Sep 17 00:00:00 2001 From: Will Roden Date: Fri, 11 Aug 2023 09:23:41 -0500 Subject: [PATCH] output go env --- src/run_test_long.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/run_test_long.sh b/src/run_test_long.sh index d81b75d..687f65f 100755 --- a/src/run_test_long.sh +++ b/src/run_test_long.sh @@ -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"