[PR #2632] [MERGED] Update build workflow for CI #3217

Open
opened 2025-10-09 18:19:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2632
Author: @BlackDex
Created: 7/20/2022
Status: Merged
Merged: 7/22/2022
Merged by: @dani-garcia

Base: mainHead: update-github-actions


📝 Commits (1)

  • 0dcc435 Update build workflow for CI

📊 Changes

1 file changed (+109 additions, -57 deletions)

View changed files

📝 .github/workflows/build.yml (+109 -57)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2632 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 7/20/2022 **Status:** ✅ Merged **Merged:** 7/22/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-github-actions` --- ### 📝 Commits (1) - [`0dcc435`](https://github.com/dani-garcia/vaultwarden/commit/0dcc435bb4e61f45f5eccd2ab7f4d72c09b9fa49) Update build workflow for CI ### 📊 Changes **1 file changed** (+109 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+109 -57) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:19:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3217