mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 03:46:37 +00:00
chore: split pre-pr quality gate (#3807)
This commit is contained in:
@@ -67,6 +67,13 @@ Convert changes into independently verifiable outcomes. Prefer focused tests for
|
||||
|
||||
For code changes, run and pass the following before opening a PR:
|
||||
|
||||
```bash
|
||||
make pre-pr
|
||||
```
|
||||
|
||||
Before committing code changes, prefer focused verification for the touched
|
||||
surface and use the faster local gate when a broad smoke check is needed:
|
||||
|
||||
```bash
|
||||
make pre-commit
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user