Remove testing step

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 12:52:12 +13:00 committed by GitHub
parent 4254940607
commit b6606d6d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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