Skip to content

Commit

Permalink
Don't run derive tests with miri
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Oct 28, 2020
1 parent c5715e3 commit 67cae05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/derive.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//!

#[cfg(feature = "macros")]
#[cfg_attr(miri, ignore)]
#[test]
fn derive() {
const TEST_DIR: &str = "tests/derive";
Expand Down

0 comments on commit 67cae05

Please sign in to comment.