Closed lilith closed 2 months ago
Just to clarify, this project does not use cross
on macOS or Windows, because cargo
seems to work out of the box. I just tested and it seems like cargo test
now works on those platforms as well, so I'll update the README. Thanks for asking about this!
Actually, I take it back. It seems like cargo test
works fine macOS ARM now, but it still doesn't work on Windows. That makes sense, since I wouldn't expect an ARM binary to be executable on Windows x86 machines.
In readme:
test command will fail with *BSD targets, non-x86 Windows, and macOS ARM.
I believe these are now supported by cross and cargo; is that the only underlying issue for those platforms or is there something specific to this action?