axodotdev / axodotdev/cargo-dist
Can cargo dist build exactly the binary?
Open
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 150
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
I built a project that has several test-only, non-binary crates.
Now when cargo-dist runs `cargo dist build`, those crates will be built and some of them may fail - https://github.com/tisonkun/morax/actions/runs/11226860397/job/31208119385?pr=9
Since those crates have nothing to do with the binary I'd like to release, I wonder if it's possible to exclude their build.
Contributor guide
Assessment
This issue has not been assessed yet.