Skip to content

Commit

Permalink
make it daily
Browse files Browse the repository at this point in the history
  • Loading branch information
jptosso committed Nov 13, 2024
1 parent 6c35d74 commit 441d0fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
paths-ignore:
- "**/*.md"
- "LICENSE"

schedule:
- cron: "0 0 * * *"
jobs:
# Generate matrix of tags for all permutations of the tests
generate-matrix:
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
cache: true
- name: Tests and coverage
run: |
export BUILD_TAGS="${{ matrix.build-flag }}"
export BUILD_TAGS=${{ matrix.build-flag }}
go run mage.go coverage
- name: "Codecov: General"
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
Expand Down

0 comments on commit 441d0fc

Please sign in to comment.