Skip to content

Commit

Permalink
ci: build local image
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Mar 25, 2024
1 parent 1b67a42 commit 12bd880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Make local image
run: make local-image
- name: Run coverage
run: make coverage
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 12bd880

Please sign in to comment.