nlfiedler / magick-rust

Rust bindings for ImageMagick
https://crates.io/crates/magick_rust
Apache License 2.0
259 stars 68 forks source link

add optional argment to cargo test #98

Closed Matthew6186 closed 1 year ago

Matthew6186 commented 1 year ago

When I tried to test build result by "cargo test", it failed.

It seems to add "--lib" argument for treat this error

Please check my pull request for detail

My environment (WSL2 in Windows11)

nlfiedler commented 1 year ago

Indeed, that was weird. I'm going to adjust the README a bit to make it clear that this only affects Wiindows. Thanks for your help.