Skip to content

Commit 711b0d1

Browse files
seritoolsbodil
authored andcommitted
Skip serde tests for miri
1 parent be18f12 commit 711b0d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
- name: Run Miri
101101
run: |
102102
cargo miri setup
103-
cargo miri test -- -Zmiri-disable-isolation -- --skip proptest
103+
cargo miri test -- -Zmiri-disable-isolation -- --skip proptest --skip ser_de

src/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ mod tests {
494494
assert_eq!(Ordering::Equal, string.cmp(&control_smart));
495495
}
496496

497+
#[cfg(feature = "serde")]
497498
#[test]
498499
fn test_ser_de() {
499500
use serde_test::{assert_tokens, Token};

0 commit comments

Comments
 (0)