We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21fdaf commit 595e72eCopy full SHA for 595e72e
.github/workflows/rust.yml
@@ -119,6 +119,8 @@ jobs:
119
run: cargo build -p temporal_capi
120
- name: Regen
121
run: cargo run -p diplomat-gen
122
+ - name: Check diff
123
+ run: git diff --exit-code
124
# Todo: eventually we should check in bindings and test them
125
- name: Makefile tests
126
run: cd temporal_capi/cpp_tests && make
0 commit comments