We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9154e9a commit f9e4bf5Copy full SHA for f9e4bf5
.circleci/config.yml
@@ -142,6 +142,9 @@ jobs:
142
- run:
143
name: Cargo test (preserve proto field names)
144
command: cargo test --workspace --features preserve-proto-field-names
145
+ - run:
146
+ name: Cargo test (ignore unknown enum variants)
147
+ command: cargo test --workspace --features ignore-unknown-enum-variants
148
- cache_save
149
150
vendor:
0 commit comments