diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eb77a13..3eec6c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,5 +33,5 @@ jobs: go vet . # golint . - - name: Run testing + # - name: Run testing # run: cd test && go test -v