Skip to content

Commit

Permalink
Run test derive_protobuf_eq only if with feature flag protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jan 20, 2024
1 parent df64c37 commit 8a40e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/derive_protobuf_eq.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![recursion_limit = "512"]
#![cfg(feature = "protobuf")]

use asn1rs::prelude::*;

Expand Down

0 comments on commit 8a40e78

Please sign in to comment.