Skip to content

Commit

Permalink
Run go mod download before generate
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacseymour committed Jan 2, 2025
1 parent fbc7ac3 commit abca085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: go mod download
- run: go generate ./...
- name: git diff
run: |
Expand Down

0 comments on commit abca085

Please sign in to comment.