Skip to content

Commit 4db260d

Browse files
committed
Enable test on windows
1 parent 8832801 commit 4db260d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-wireguard/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ fn mtu_spacing(mtu_min: u16, mtu_max: u16, step_size: u16) -> Vec<u16> {
10961096
ret
10971097
}
10981098

1099-
#[cfg(all(test, target_os = "linux"))]
1099+
#[cfg(all(test, any(target_os = "linux", windows)))]
11001100
mod tests {
11011101
use crate::mtu_spacing;
11021102
use proptest::prelude::*;

0 commit comments

Comments
 (0)