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 build workflow for CI #2632

Merged
merged 1 commit into from
Jul 22, 2022

Commits on Jul 19, 2022

  1. Update build workflow for CI

    Because we want to support MSRV, we also need to run a CI for this.
    This PR adds checks for the MSRV and rust-toolchain defined versions.
    
    It will also run all cargo test, clippy and fmt checks no matter the outcome of the previous job.
    This will help when there are multiple issues, like clippy errors and formatting.
    Previously it would show only the first failed check and stopped.
    
    It will also output a nice step summary with some details on which checks have failed.
    Or it will output a success message.
    BlackDex committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0dcc435 View commit details
    Browse the repository at this point in the history