Skip to content

Commit

Permalink
ci: fix cover (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Jan 31, 2024
2 parents 7ffe631 + d8c32a5 commit 3be1d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ env:
DOCKER_BUILD_CACHE_FROM: /tmp/.docker-build-buildx-cache-from
DOCKER_BUILD_CACHE_TO: /tmp/.docker-build-buildx-cache-to
WORKDIR: .
COVER: ${{ github.event_name == 'schedule' || github.event.inputs.COVER == 'true' || endsWith(github.event.pull_request.title, '[cover]') }}
# COVER: ${{ github.event_name == 'schedule' || github.event.inputs.COVER == 'true' || endsWith(github.event.pull_request.title, '[cover]') }}
COVER: true # always run with coverage

defaults:
run:
Expand Down

0 comments on commit 3be1d37

Please sign in to comment.