Below you will find pages that utilize the taxonomy term “loadingalias”
March 7, 2026
cargo-rail
Version updated for https://github.com/loadingalias/cargo-rail-action to version v3.1.2.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The cargo-rail-action GitHub Action automates the execution of the cargo rail plan command to analyze and classify code changes against predefined rules in a Rust project. It generates outputs (gates) indicating whether specific CI jobs like builds, tests, or documentation updates need to run, enabling efficient and targeted workflows in continuous integration pipelines.
February 18, 2026
cargo-rail
Version updated for https://github.com/loadingalias/cargo-rail-action to version v3.1.1.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The cargo-rail-action GitHub Action integrates the cargo rail plan command into CI pipelines to automate the analysis of code changes and determine which jobs (e.g., build, test, docs) should execute. It solves the problem of unnecessary CI workflows by using deterministic “gates” based on file changes, ensuring alignment between local and CI environments.
December 15, 2025
cargo-rail
Version updated for https://github.com/loadingalias/cargo-rail-action to version v1.0.3.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/loadingalias/cargo-rail-action/compare/v1.0.2...v1.0.3
December 6, 2025
cargo-rail
Version updated for https://github.com/loadingalias/cargo-rail-action to version v1.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/loadingalias/cargo-rail-action/compare/v1.0.1...v1.0.2
December 5, 2025
cargo-rail
Version updated for https://github.com/loadingalias/cargo-rail-action to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes cargo-rail-action Graph-aware change detection for Rust monorepos. Test only what changed.
Features Detects affected crates via dependency graph analysis Pre-built binaries for fast installation (no compile time) Matrix output for parallel testing Auto-detects docs-only changes to skip tests Works with PR base or main/master branches Quick Start - uses: loadingalias/cargo-rail-action@v1 id: rail - run: cargo test -p "$crate" for: ${{ steps.