Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
libi authored Jan 2, 2024
2 parents af5e8d6 + 9efce43 commit 86e4f3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:

- name: Test
run: go test -v $(go list ./... | grep -v github.com/libi/dcron/e2e)

- name: Test E2E
run: go test -v ./e2e

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 86e4f3f

Please sign in to comment.