taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
227 stars 19 forks source link

Add a dry-run mode #51

Closed MarcoIeni closed 10 months ago

MarcoIeni commented 11 months ago

Hi, thank you for the great action 👋

I would like to test if my app compiles in CI for a certain target before creating the tag or the release.

It would be nice if this action provided a dry-run flag in the inputs, so that in our PRs we can test that our yaml works :) When dry-run == true, the upload-rust-binary-action just checks if the binary compiles, without publishing it (similarly to cargo publish --dry-run).