Skip to content

Commit b2f6fc9

Browse files
committed
Fix CI job dependency
1 parent f523826 commit b2f6fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
check-coverage:
5151
name: Check coverage
52-
needs: [build]
52+
needs: [test]
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: shogo82148/actions-goveralls@v1

0 commit comments

Comments
 (0)