summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 927b2d5..07f5e18 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -41,9 +41,9 @@ jobs:
# notifies coveralls that all test jobs are finished
finish:
- needs: test
+ needs: build_and_test
runs-on: ubuntu-latest
steps:
- - uses: shogo82148/actions-goveralls@v1
- with:
- parallel-finished: true \ No newline at end of file
+ - uses: shogo82148/actions-goveralls@v1
+ with:
+ parallel-finished: true