Skip to content

Commit

Permalink
fix(ci): need passing tests before coverage (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
depado authored Aug 16, 2024
1 parent 3d8b2fc commit c9c381e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
with:
go-version: stable
- name: test
run: go test -race -cover -covermode=atomic
run: go test -race

coverage:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c9c381e

Please sign in to comment.