From f7fb273fd7ec8221b9b53f9ca9c364b9a553018d Mon Sep 17 00:00:00 2001 From: Kyle Jackson <58360154+wizedkyle@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:51:52 +1000 Subject: [PATCH] Update sumocli-tests.yml Removed go test until it can be fixed --- .github/workflows/sumocli-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sumocli-tests.yml b/.github/workflows/sumocli-tests.yml index b5f8e24b..a563e91a 100644 --- a/.github/workflows/sumocli-tests.yml +++ b/.github/workflows/sumocli-tests.yml @@ -17,6 +17,3 @@ jobs: - name: Build Sumocli run: go build -v ./cmd/sumocli - - - name: Run Tests - run: go test ./...