Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- name: Run cargo test
run: cargo test --all

- name: Check that the test outputs are up-to-date
run: git diff --exit-code

- name: Ensure C# autogen bindings are up-to-date
run: |
cargo run --example regen-csharp-moduledef
Expand Down
14 changes: 0 additions & 14 deletions crates/sdk/tests/test-client/src/module_bindings/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading