Skip to content

Commit

Permalink
feat: vendor pbjson-types descriptor set (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 26, 2022
1 parent 464915c commit 00a2498
Show file tree
Hide file tree
Showing 9 changed files with 632 additions and 190 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
- checkout
- rust_components
- cache_restore
- run:
name: Regenerate descriptor set
command: rm pbjson-types/descriptors.bin
- run:
name: Cargo test
command: cargo test --workspace
Expand All @@ -137,6 +140,12 @@ 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
- run:
name: Verify working directory clean
command: git diff --exit-code
- cache_save

workflows:
Expand Down
Loading

0 comments on commit 00a2498

Please sign in to comment.