Skip to content

Commit

Permalink
test: Isolate unix-only test result
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 23, 2024
1 parent 2177251 commit e9971cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ fn test_error_type() {
}

#[test]
#[cfg(unix)]
fn test_error_deser_whole() {
#[derive(Deserialize, Debug)]
struct Place {
Expand Down

0 comments on commit e9971cd

Please sign in to comment.