feat(ci): update GitHub Actions and optimize CI configuration with code quality improvements#391
Merged
Conversation
- Update actions/cache from v1/v2 to v4 in all workflow files - Update actions/checkout to v4 in all workflow files - Update codecov/codecov-action from v1 to v4
Correct macOS runner name to macos-latest Enhance GNU tar installation robustness and set PATH via for Homebrew paths Fix YAML matrix indentation errors Add fallback for cache key suffix (use github.run_id when secrets.CACHE_VERSION is unavailable) Split toolchain installation and conditional components install to avoid beta channel failures Pin smrpn/criterion-compare-action to @v1 in pull_request.yml
- Set RUSTFLAGS for wasm_js backend in CI environment - Remove .cargo/config.toml to avoid affecting local development - Update getrandom dependency to version 0.3 with wasm_js feature
Fix getrandom compilation errors by removing RUSTFLAGS='--cfg getrandom_backend=wasm_js' from regular build and test steps. This configuration should only be applied to wasm32 targets.
Remove conditional installation that only installed clippy on stable toolchain, ensuring clippy checks work consistently across both stable and beta toolchains. Fixes 'cargo-clippy is not installed' error on macOS beta toolchain.
- use std::io::Error::other(...) instead of io::Error::new(..., ErrorKind::Other) - add explicit lifetime to Cow return type in escape_eval - remove related unused imports
…@v3.2.4
Explicitly pass branchName: ${{ github.base_ref }} to ensure correct PR baseline comparison.
…tore-keys Resolve deprecated actions/cache v2.1.4 error by updating path configuration and adding restore-keys fallback mechanism for better cache compatibility.
are available for criterion-compare-action
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #391 +/- ##
=========================================
- Coverage 65.54% 0 -65.55%
=========================================
Files 25 0 -25
Lines 1956 0 -1956
=========================================
- Hits 1282 0 -1282
+ Misses 674 0 -674 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
github-actions Bot
pushed a commit
that referenced
this pull request
Sep 17, 2025
# [2.11.0](v2.10.1...v2.11.0) (2025-09-17) ### Features * **ci:** update GitHub Actions and optimize CI configuration with code quality improvements ([#391](#391)) ([33c165a](33c165a))
|
🎉 This PR is included in version 2.11.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.