Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomDeso authored Mar 28, 2024
1 parent 4985783 commit c2f3080
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
run: |
go build -ldflags "-X main.version=${GITHUB_REF#refs/tags/}" .
- name: Run Lint and Test
run: make lint test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}} # This requires CODECOV_TOKEN in your GitHub repository secrets

release:
needs: build
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c2f3080

Please sign in to comment.