Continuous integration#
cargo fc fits CI two ways:
- One job, the whole matrix. Run
cargo fc check(orclippy) in a single job and let it iterate every combination — and every configured target. - Fan out. Use
cargo fc matrixto emit a JSON matrix, then run one parallel job per combination.
- GitHub Actions — complete workflows for both approaches.