Skip to content

Commit

Permalink
go mod tidy test
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed Jun 5, 2024
1 parent 5efdb13 commit 5daf572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: go mod tidy
run: go mod tidy -v && git diff
- name: Build
run: make
- name: Test
Expand Down

0 comments on commit 5daf572

Please sign in to comment.