From 4043e1fd9a6b2e689e5b1c98244491d626921eb2 Mon Sep 17 00:00:00 2001 From: Lerking <33354709+Lerking@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:02:43 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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