alexcrichton / ssh2-rs

Rust bindings for libssh2
https://docs.rs/ssh2
Apache License 2.0
485 stars 147 forks source link

make sure the test runs only on unix like OS's #302

Closed twitzelbos closed 1 year ago

twitzelbos commented 1 year ago
yodaldevoid commented 1 year ago

I admittedly don't know this feature well, but is there any way to modify the test to be able to run on both Windows and *nix?

twitzelbos commented 1 year ago

It will be possible in windows as well, as soon as https://github.com/rust-lang/libs-team/issues/271 lands.

twitzelbos commented 1 year ago

PS: I also know why the MacOS action is going on forever. I have a workaround that I could add to this PR. I also tried raising this on libssh2 itself: https://github.com/libssh2/libssh2/issues/1188

demosdemon commented 1 year ago

Oops sorry. That was a clumsy mistake. I forgot that needed to be excluded for windows.