diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 65614a6..ef56600 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -14,5 +14,4 @@ jobs: with: go-version: 1.16 - name: Run gotestfmt - working-directory: testdata - run: go test -v ./... | gotestfmt + run: cd testdata && go test -v ./... | gotestfmt