Skip to content

Commit

Permalink
Add CI target for generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar committed Feb 15, 2025
1 parent 1c33eb4 commit 3092c75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
run: |
make check-modules
make -C deployments/devel check-modules
- name: Check generated code
run: |
make .build-image
make docker-check-generate
test:
name: Unit test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3092c75

Please sign in to comment.