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

CI: Fix the CI (remove Skeptic etc.) for v0.11.x #400

Merged
merged 6 commits into from
Feb 11, 2024

Conversation

tatsuya6502
Copy link
Member

  • Update the doc tests on the README.md by replacing Skeptic with a regular cargo test command.
  • Rename a CI job Skeptic to Trybuild.
  • Rename .cargo/config to .cargo/config.toml.
  • Fix the CI for nightly + minimal crate versions by pinning ahash to v0.8.7.
  • Fix beta Clippy warnings.
    • clippy 0.1.77 (f2048098a1c 2024-02-09)
  • Fix beta compiler warnings.
    • rustc 1.77.0-beta.2 (f2048098a 2024-02-09)
  • Replace actions-rs/clippy-check with a regular GHA run command.
  • Disable the fail-fast flag for the Lints and Trybuild jobs.

a regular `cargo test` command

(cherry picked from commit 9a6a856)
- Pin `ahash` to v0.8.7.

(cherry picked from commit c6427b8)
- Fix beta Clippy warnings
  - clippy 0.1.77 (f2048098a1c 2024-02-09)
- Fix beta compiler warnings
  - rustc 1.77.0-beta.2 (f2048098a 2024-02-09)
@tatsuya6502 tatsuya6502 self-assigned this Feb 10, 2024
@tatsuya6502 tatsuya6502 added this to the v0.11.4 milestone Feb 10, 2024
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

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

Merging.

@tatsuya6502 tatsuya6502 merged commit beb692c into v0.11.x Feb 11, 2024
52 checks passed
@tatsuya6502 tatsuya6502 deleted the fix-ci/2024-02-10/v011 branch February 11, 2024 01:14
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.

1 participant