From cb6899983a8ee19c3b092da63e1d20125f987e99 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 8 Aug 2020 12:44:17 +0200 Subject: [PATCH] Update workflow --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b89e289c..6f8e4d89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,16 +50,16 @@ jobs: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - - - name: Test - run: | - go test -coverprofile=coverage.txt -covermode=atomic -race ./... - name: GoReleaser uses: goreleaser/goreleaser-action@v2 with: version: latest args: release --skip-publish --rm-dist + - + name: Test + run: | + go test -coverprofile=coverage.txt -covermode=atomic -race ./... - name: Upload coverage uses: codecov/codecov-action@v1.0.12