Skip to content

Commit b362dd0

Browse files
committed
Enable async examples in run_examples test
This commit enables on Windows the async examples in the run_examples test Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 3800f56 commit b362dd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run-examples.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ fn wait_with_output(name: &str, cmd: Child) {
8484
#[test]
8585
fn run_examples() -> Result<(), Box<dyn std::error::Error>> {
8686
run_example("server", "client")?;
87-
#[cfg(unix)]
8887
run_example("async-server", "async-client")?;
89-
#[cfg(unix)]
9088
run_example("async-stream-server", "async-stream-client")?;
9189

9290
Ok(())

0 commit comments

Comments
 (0)