From b095e0a6dca3e5b82f416d39695d44026d8ba5a1 Mon Sep 17 00:00:00 2001 From: ivvist Date: Sun, 18 Aug 2024 12:30:20 +0300 Subject: [PATCH] update workflow --- .github/workflows/ci_reuse_go_cas.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_reuse_go_cas.yml b/.github/workflows/ci_reuse_go_cas.yml index 5ac87c5..6a24ad3 100644 --- a/.github/workflows/ci_reuse_go_cas.yml +++ b/.github/workflows/ci_reuse_go_cas.yml @@ -59,12 +59,12 @@ jobs: organization: 'untillpro,heeus' token: ${{ secrets.reporeading_token }} codecov-token: ${{ secrets.codecov_token }} - run-mod-tidy: false - codecov-go-race: false + run-mod-tidy: true + codecov-go-race: true env: CHARGEBEE_PUBLISHABLE_KEY: ${{ secrets.chargebee_token }} CHARGEBEE_SITE_NAME: ${{ secrets.chargebee_sitename }} - HEEUS_SKIP_SLOW_TESTS: 0 +# HEEUS_SKIP_SLOW_TESTS: 0 - name: Check copyright run: curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/check_copyright.sh | bash -s "$(go env GOPATH)"