From 7f5f79940359a8c04e5f0e73d368a399d77c38de Mon Sep 17 00:00:00 2001 From: bvanvugt <1531419+bvanvugt@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:12:10 +0000 Subject: [PATCH] Live testing! --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5fbdc3..87b000a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,12 @@ jobs: with: go-version: '${{ env.GO_VERSION }}' check-latest: true - - run: make test-lint + - run: | + echo --- + echo ${GOPATH} + go env GOPATH + echo --- + make test-lint tests: name: Test (go test)