We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git diff
--exit-code
1 parent de95f24 commit 4150af4Copy full SHA for 4150af4
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Doctest
99
run: cargo test --doc
100
- name: Check that tracked archives are up to date
101
- run: git diff # If this fails, the fix is usually to commit a regenerated archive.
+ run: git diff --exit-code # If this fails, the fix is usually to commit a regenerated archive.
102
103
test-32bit:
104
runs-on: ubuntu-latest
0 commit comments