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

minimal-versions: have nightly_cmd default to empty #36

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

tarcieri
Copy link
Member

Crates which want to check their benchmarks compile in a minimal-versions workflow can explicitly specify they want to do so.

Crates which want to check their benchmarks compile in a
`minimal-versions` workflow can explicitly specify they want to do so.
Comment on lines 25 to 28
nightly_cmd:
type: string
default: cargo build --benches
default: ''
stable_cmd:
Copy link
Member Author

Choose a reason for hiding this comment

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

@newpavlov it seems like these would be more idiomatic if they were called nightly-cmd and stable-cmd

Copy link
Member

Choose a reason for hiding this comment

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

Yes. Same for stable_cmd.

@tarcieri tarcieri merged commit 005a226 into master Nov 17, 2023
1 check passed
@tarcieri tarcieri deleted the empty-nightly-cmd branch November 17, 2023 16:50
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.

None yet

2 participants