-
Notifications
You must be signed in to change notification settings - Fork 39
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: refactor unit test workflow #1354
Conversation
The CI scripts are fine, their failure due to bugs. The "metadata-test" in the latest 3 commits are all failed on current default branch. In current default branch, the "metadata-test" has a 100% chance to fail, "v3-core-test" is 80%. |
The |
Limit is 14 GB of SSD space. My suggestions:
|
* ci: refactor unit_test workflow * chore: rm the debug step in clippy.yml
What this PR does / why we need it?
cargo build
andcargo clippy
workflow #1350.Try to make CIs simpler, triggered automatically.
What is the impact of this PR?
cargo clippy
takes only 5 minutes.cargo test
takes only 7 minutes.CI Settings
CI Usage
Tip: Check the CI you want to run below, and then comment
/run-ci
.CI Switch
CI Description
cargo clippy --all --all-targets --all-features
cargo +nightly fmt --all -- --check
andcargo sort -gwc