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 CI config and fix CI failure #101

Merged
merged 5 commits into from
Jan 6, 2024
Merged

Update CI config and fix CI failure #101

merged 5 commits into from
Jan 6, 2024

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jan 6, 2024

  • Update actions/checkout action to v4
  • Reduce frequency of scheduled job (daily -> weekly)
    We use stable toolchain in most cases, so we usually don't need to check it every day.
  • Remove no longer needed argument for cargo fmt
  • Use cargo-hack's --rust-version flag for minrust job
    This respects rust-version field in Cargo.toml, so it removes the need to manage MSRV in both the CI file and Cargo.toml.
  • Update ui test output for Rust 1.75
    This fixes CI failure: https://github.com/tokio-rs/async-stream/actions/runs/7428797081/job/20216569930

@taiki-e taiki-e requested a review from Darksonn January 6, 2024 10:48
@taiki-e taiki-e merged commit e40ce2c into master Jan 6, 2024
5 checks passed
@taiki-e taiki-e deleted the ci branch January 6, 2024 11:06
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