From b0322f08349f9538e04ee2fac10268fe0f4a2f3f Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Mon, 15 Dec 2025 23:33:01 +0000 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 843555eb8..7be43d07f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -284,7 +284,7 @@ jobs: env: GOCACHEPROG: ${{ env.GOCACHEPROG }} run: | - Invoke-Expression "$env:GOCACHEPROG --stats" | jq . + & $env:GOCACHEPROG --stats | jq . # win-tool-go: # runs-on: windows-latest