diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index eb361c2..0b0e76b 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -32,7 +32,7 @@ jobs: working-directory: testdata shell: bash run: | - ls "/c/Users/runneradmin/bin" + ls -lr "/c/Users/runneradmin" go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt - name: Upload test log