Skip to content

Commit 6013bcf

Browse files
committed
Add code generation step
1 parent 1ec1394 commit 6013bcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
go-version: "1.23"
3232

33+
- name: Run code generation
34+
run: go generate ./...
35+
3336
- name: Run tests
3437
run: go test ./...
3538

0 commit comments

Comments
 (0)