Skip to content

Commit

Permalink
couple more integrated tests just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-is-hate committed Jun 6, 2024
1 parent a8c9f46 commit cf9f08b
Show file tree
Hide file tree
Showing 23 changed files with 7,349 additions and 231 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,13 @@ jobs:
- name: Run integrated test examples
run: |
pushd integrated_tests/default_values && cargo test && popd
pushd integrated_tests/imported_message && cargo test && popd
pushd integrated_tests/imported_message_same_package_multiple_files && cargo test && popd
pushd integrated_tests/imported_without_package && cargo test && popd
pushd integrated_tests/matching_maps && cargo test && popd
pushd integrated_tests/new_fields && cargo test && popd
pushd integrated_tests/repeated_enums && cargo test && popd
pushd integrated_tests/response_metadata && cargo test && popd
env:
RUST_LOG: debug
RUST_BACKTRACE: 1
Loading

0 comments on commit cf9f08b

Please sign in to comment.