Skip to content

Commit 9cab677

Browse files
ci: Verify that generated code is up-to-date
1 parent b438908 commit 9cab677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
- name: Run cargo doc
101101
run: cargo xtask doc --warnings-as-errors
102102

103+
- name: Verify generated code is up-to-date
104+
run: cargo xtask gen-code --check
105+
103106
miri:
104107
name: Run unit tests and doctests under Miri
105108
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)