Skip to content

Commit e18d727

Browse files
committed
Fix CI
1 parent 0a3d23d commit e18d727

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/tests/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg(feature = "external-client-tests")]
2-
#![cfg(any(target_os = "linux", target_os = "windows"))]
2+
#![cfg(target_os = "linux")]
33

44
use async_channel::Sender;
55
use futures_lite::io::Sink;

src/tests/random_file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg(feature = "external-client-tests")]
2-
#![cfg(any(target_os = "linux", target_os = "windows"))]
2+
#![cfg(target_os = "linux")]
33

44
use async_channel::Sender;
55
use futures_lite::AsyncRead;

src/tests/rrq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg(feature = "external-client-tests")]
2-
#![cfg(any(target_os = "linux", target_os = "windows"))]
2+
#![cfg(target_os = "linux")]
33

44
use async_executor::Executor;
55
use blocking::Unblock;

0 commit comments

Comments
 (0)