From d8c32a594c536241585280fada8dfcab44174849 Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:43:28 +0900 Subject: [PATCH] ci: fix cover --- .github/workflows/go-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 549205c..9ed2a7d 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -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: