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 be18f12 commit 711b0d1Copy full SHA for 711b0d1
.github/workflows/ci.yml
@@ -100,4 +100,4 @@ jobs:
100
- name: Run Miri
101
run: |
102
cargo miri setup
103
- cargo miri test -- -Zmiri-disable-isolation -- --skip proptest
+ cargo miri test -- -Zmiri-disable-isolation -- --skip proptest --skip ser_de
src/test.rs
@@ -494,6 +494,7 @@ mod tests {
494
assert_eq!(Ordering::Equal, string.cmp(&control_smart));
495
}
496
497
+ #[cfg(feature = "serde")]
498
#[test]
499
fn test_ser_de() {
500
use serde_test::{assert_tokens, Token};
0 commit comments