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

Add toolchain setup to all features test #1171

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Add toolchain setup to all features test #1171

merged 2 commits into from
Aug 2, 2023

Conversation

kylewillmon
Copy link
Contributor

When splitting the workflows in c26ac6b, the all features test workflow was left without a step to setup the Rust toolchain. This has led to failures as the wrong toolchain can get used in some situations (particularly on the self-hosted runner).

When splitting the workflows in c26ac6b, the all features test workflow
was left without a step to setup the Rust toolchain. This has led to
failures as the wrong toolchain can get used in some situations.
@kylewillmon kylewillmon requested a review from a team as a code owner August 2, 2023 15:20
We were previously using `rustup default stable` for our stable rust
workflows and `cargo +<toolchain>` for anything on nightly or oldstable.
This patch switches to `cargo +<toolchain>` for everything (mostly for
consistency)
andreaphylum
andreaphylum previously approved these changes Aug 2, 2023
@kylewillmon kylewillmon merged commit 4ed6a6b into main Aug 2, 2023
13 checks passed
@kylewillmon kylewillmon deleted the all-features branch August 2, 2023 15:33
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