Skip to content

Commit

Permalink
Run these tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Jan 25, 2024
1 parent 18c5e80 commit abf4a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proactor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub fn drive<T>(future: impl Future<Output = T>) -> T {
}

#[cfg(test)]
#[cfg(feature = "iouring")]
#[cfg(target_os = "linux")]
mod proactor_tests {
use crate::config::{IoUringConfiguration, NucleiConfig};
use crate::Proactor;
Expand Down

0 comments on commit abf4a1c

Please sign in to comment.