Skip to content

Commit

Permalink
Run test_try_acquire on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed Jul 16, 2024
1 parent 8b2da68 commit 588029f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ mod test {
client.try_acquire().unwrap().unwrap();
}

#[cfg(not(unix))]
#[cfg(any(not(unix), linux))]
#[test]
fn test_try_acquire() {
let client = Client::new(0).unwrap();
Expand Down

0 comments on commit 588029f

Please sign in to comment.