Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise Rust CI workflow. #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Revise Rust CI workflow. #80

wants to merge 1 commit into from

Conversation

partim
Copy link
Member

@partim partim commented Jun 20, 2024

The PR proposes a revised Rust CI workflow that follows along the lines of what we are doing for domain now. It adds a new input variable and changes the meaning of another one …

@partim partim requested a review from ximon18 June 20, 2024 12:51
@@ -3,22 +3,33 @@ on:
workflow_call:
inputs:
rust_msrv:
description: The minimum support Rust version for your project, e.g. 1.71.0.
description: >
The minimum support Rust version to test the project with,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The minimum support Rust version to test the project with,
The minimum supported Rust version to test the project with,

description: Test using minimal dependency versions from Cargo.toml.
test_minimal_version:
description: >
If non-empty, test using minimal dependency versions from Cargo.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description fails to mention that the string should be a Rust version number, I think that would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants