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

update build pipeline #1160

Merged
merged 2 commits into from
Nov 29, 2022
Merged

update build pipeline #1160

merged 2 commits into from
Nov 29, 2022

Conversation

bmc-msft
Copy link
Contributor

This PR makes the following changes:

  • replaces the use of actions-rs, which is no longer being updated, with rustup update
  • only runs cargo fmt for the SDK as part of the code style task
  • uses a matrix to test on stable and nightly, rather than manually creating tasks
  • removes into_future specific testing as IntoFuture is stable

Brian Caswell added 2 commits November 29, 2022 11:52
This PR makes the following changes:
* replaces the use of `actions-rs`, which is no longer being updated, with `rustup update`
* only runs `cargo fmt` for the SDK as part of the code style task
* uses a matrix to test on stable and nightly, rather than manually creating tasks
* removes `into_future` specific testing as IntoFuture is stable
@bmc-msft bmc-msft marked this pull request as ready for review November 29, 2022 17:27
@bmc-msft bmc-msft merged commit 615c4e4 into Azure:main Nov 29, 2022
@bmc-msft bmc-msft deleted the update-build-pipeline branch November 29, 2022 22:15
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