Skip to content

Commit

Permalink
do not run go mod tidy to verify code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Nov 27, 2024
1 parent ed4c303 commit 217e870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
submodules: true
- name: Generate
run: make clean protobuf go-mod-tidy
run: make clean protobuf
- name: Check Clean Work Tree
run: make check-clean-work-tree
compatibility-test:
Expand Down

0 comments on commit 217e870

Please sign in to comment.