rust-ci-github-actions-workflow icon indicating copy to clipboard operation
rust-ci-github-actions-workflow copied to clipboard

Rust project template with CI workflow in GitHub Actions

Results 4 rust-ci-github-actions-workflow issues
Sort by recently updated
recently updated
newest added

https://github.com/BamPeers/rust-ci-github-actions-workflow/blob/f86891a5ea6f6e014a2949e782d935f53a062664/README.md?plain=1#L77 I've been playing with this awesome template, but I'm having some issues understanding how `CARGO_OPTIONS` is supposed to be constructed. From the documentation it should magically contain `CARGO_INCREMENTAL`, `RUSTFLAGS`...

- adds divide function

I notice that this example uses `actions-rs/toolchain`. However, all of the most downloaded crates on `crates.io` use `dtolnay/rust-toolchain`. While searching to find out why I found this: https://www.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ The PR...

GitHub tells to update used versions of actions. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/