From d527bffb6516dd5d04532702cafa97366dcac2d8 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 11:54:39 +1300 Subject: [PATCH] List PATH targets for debugging Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 50523fa..544102e 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -32,6 +32,7 @@ jobs: working-directory: testdata shell: bash run: | + echo "$PATH" | tr ':' '\n' go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt - name: Upload test log