Skip to content

Commit f9e4bf5

Browse files
committed
add testing in CI
1 parent 9154e9a commit f9e4bf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ jobs:
142142
- run:
143143
name: Cargo test (preserve proto field names)
144144
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
145148
- cache_save
146149

147150
vendor:

0 commit comments

Comments
 (0)