Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Nov 21, 2020
1 parent 0a3d23d commit e18d727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/handlers.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg(feature = "external-client-tests")]
#![cfg(any(target_os = "linux", target_os = "windows"))]
#![cfg(target_os = "linux")]

use async_channel::Sender;
use futures_lite::io::Sink;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/random_file.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg(feature = "external-client-tests")]
#![cfg(any(target_os = "linux", target_os = "windows"))]
#![cfg(target_os = "linux")]

use async_channel::Sender;
use futures_lite::AsyncRead;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/rrq.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg(feature = "external-client-tests")]
#![cfg(any(target_os = "linux", target_os = "windows"))]
#![cfg(target_os = "linux")]

use async_executor::Executor;
use blocking::Unblock;
Expand Down

0 comments on commit e18d727

Please sign in to comment.