Remove debugger

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

View file

@ -32,7 +32,6 @@ jobs:
working-directory: testdata
shell: bash
run: |
ls /c/Windows/System32
go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt
- name: Upload test log