Skip to content

Write a GitHub action that executes the same test for current development and lowest supported Rust toolchain #871

@mulkieran

Description

@mulkieran

The first is automatically obtained from rust-toolchain.toml, the second can be read from the Cargo.toml rust-version field. At present, the value is read from Cargo.toml using a Python library, toml-cli to avoid bootstrapping from Rust to install Rust. In future might be easier to install the toolchain specified in rust-toolchain.toml, install cargo-get using that toolchain, run the tests using that toolchain, and then obtain the lowest supported toolchain using cargo-get, set the override using that toolchain, and then run the tests again.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions