Skip to content

Commit

Permalink
go generate in github worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Aug 15, 2024
1 parent 731b8a1 commit 025e112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
- name: Install dependencies
run: |
go get ./...
- name: Go generate
run: |
go generate ./...
- name: Test
run: make test

0 comments on commit 025e112

Please sign in to comment.