-
-
Notifications
You must be signed in to change notification settings - Fork 618
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
quick check in release workflow #2583
Comments
Does spell-check ci cost a lot of time? If not, I suggest enabling it not only on the main branch. |
No, it already enables in pr branch https://github.com/speedy-js/rspack/blob/2d9eaf727603a6c0046a94c049ef8f21a82ad486/.github/workflows/check-rs.yaml#L9-L17 |
Noticed. I believe it misses the |
is |
According to the config file, https://github.com/speedy-js/rspack/blob/2d9eaf727603a6c0046a94c049ef8f21a82ad486/.github/workflows/release.yml#L80, release build |
According to the doc of
|
Maybe related to crate-ci/typos#698 |
I don't found any method to precheck this step https://github.com/web-infra-dev/rspack/actions/runs/4592313955/workflow#L441-L448, closed for now, feel free to open a pr to check it. |
Context
Solution
https://github.com/web-infra-dev/rspack/actions/runs/4592313955/workflow#L405-L440
we could add an extra job, called
pre-check-release
here is the almost correctly code:
This code could let release failed fast because only dependents on
build-x86_64-unknown-linux-gnu
which only took about 20min.The text was updated successfully, but these errors were encountered: