From 65697add43c619e8329393614cb2239ac3a72943 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 19 Jul 2022 14:46:02 +0300 Subject: [PATCH] temporary skip tests in the release action until the async email hooks get fixed --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 21034b83..06c73988 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,9 +34,6 @@ jobs: # - name: Run linter # uses: golangci/golangci-lint-action@v3 - - name: Run tests - run: go test ./... - - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 with: