Skip to content

Commit

Permalink
ci: test building the caddy module to catch dep conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 committed Oct 13, 2023
1 parent 6444e83 commit ca3eebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
sed '1d' profile.cov >> ../profile.cov
working-directory: ./caddy

- name: Test building the Caddy module
run: |
go build
working-directory: ./caddy

- name: Upload coverage results
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit ca3eebd

Please sign in to comment.