Skip to content

Commit

Permalink
Merge pull request k0rdent#36 from Kshatrix/fix-git-diff
Browse files Browse the repository at this point in the history
Track new files when checking diff
  • Loading branch information
Kshatrix authored Jun 18, 2024
2 parents 49921c3 + ae9c47d commit eebf184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
args: --timeout 10m0s
- name: Verify all generated pieces are up-to-date
run: make generate-all && git diff --exit-code
run: make generate-all && git add -N . && git diff --exit-code
- name: Unit tests
run: |
make test
Expand Down

0 comments on commit eebf184

Please sign in to comment.