From 49b23b33fa5635af79e5d981b2f7da79dd320559 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 1 Feb 2024 13:23:57 -0300 Subject: [PATCH] fix: reuse workflow Signed-off-by: Carlos Alexandro Becker --- .github/workflows/build.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0c7e8c..25d3ed8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,15 +17,4 @@ jobs: goreleaser_key: ${{ secrets.GORELEASER_KEY }} coverage: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: stable - - name: Test - run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m - - uses: codecov/codecov-action@v3 - with: - file: ./coverage.txt + uses: charmbracelet/meta/.github/workflows/coverage.yml@main