diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 1c11f26..aa43acc 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -1,6 +1,5 @@ on: pull_request: - push: name: Self-test jobs: @@ -28,10 +27,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Debug - shell: bash - run: ls -lar - - name: Run gotestfmt working-directory: testdata shell: bash