Closed donatello closed 1 week ago
This is based on https://github.com/houseabsolute/actions-rust-cross/pull/12 and completes it by adding a test.
Hi, thanks for your PR! I'm pretty finicky about my projects (see this blog post for details), so I rarely merge a PR as-is. I can move forward on your PR in one of two ways:
Please let me know which approach you'd prefer. If I don't hear from you before I get around to working on this PR I'll go with option 1.
Thanks again for your contribution!
I merged this from the CLI.
Thanks!
For test command, there can be arguments passed to the test binary like
-- --ignored
or-- --test-threads=1
. For these cases to work properly, theargs
parameter needs to be added to the end of the 'test' command.