From b6606d6d7ddfe08f4ed7f0a7950c7b4c5daa5ee3 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:52:12 +1300 Subject: [PATCH] Remove testing step Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 64b5f1b..50523fa 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -28,13 +28,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Run gotestfmt on Windows - if: matrix.os == 'windows' - shell: pwsh - run: | - echo "%PATH%" - go test -json -v ./... 2>&1 | gotestfmt.exe - - name: Run gotestfmt working-directory: testdata shell: bash