Skip to content

Commit

Permalink
chore: test preserve-proto-field-names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 26, 2022
1 parent a42a1bf commit b008c26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
- run:
name: Cargo test (use integers for enums)
command: cargo test --workspace --features use-integers-for-enums
- run:
name: Cargo test (preserve proto field names)
command: cargo test --workspace --features preserve-proto-field-names
- cache_save

workflows:
Expand Down

0 comments on commit b008c26

Please sign in to comment.