CI: Require schema job to pass

I'm not certain, but I do not believe it was intentional in https://github.com/rust-lang/cargo/pull/15000 to allow the `schema` job to fail. This adds it to the required passing list.
This commit is contained in:
Eric Huss 2025-05-07 12:39:52 -07:00 committed by GitHub
parent cf7b053c0f
commit c9261238cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ jobs:
- lockfile
- resolver
- rustfmt
- schema
- test
- test_gitoxide
permissions: