Skip to content

Commit

Permalink
Merge pull request #1 from hutcho66/add-makefile
Browse files Browse the repository at this point in the history
Add makefile
  • Loading branch information
hutcho66 committed Oct 31, 2023
2 parents c827f24 + 91d4e34 commit 9c5d649
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
coverage-file: ./cover.out
report: true
chart: true
amend: true
reuse-go: true
chart: false
amend: false
reuse-go: true
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
continue-on-error: true

0 comments on commit 9c5d649

Please sign in to comment.