Skip to content

Commit

Permalink
Merge pull request #48 from moul/dev/moul/check-gomod
Browse files Browse the repository at this point in the history
feat: check gomod on CI
  • Loading branch information
moul committed Jun 20, 2020
2 parents 9b6ed80 + aa5c9cf commit 02e21df
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 @@ -90,6 +90,11 @@ jobs:
${{ runner.os }}-go-${{ matrix.golang }}-
- name: Run tests on Unix-like operating systems
run: make unittest
- name: Check go.mod
run: |
go mod tidy -v
git --no-pager diff go.mod go.sum
git --no-pager diff --quiet go.mod go.sum
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 02e21df

Please sign in to comment.