Commit a4b8e6d
committed
Restore the cargo test check for branch protection
The main branch ruleset requires a status check named exactly
`cargo test`. This PR had added a Windows build matrix to the
test-rust job, which renamed its check context to
`cargo test (ubuntu-latest)` and `cargo test (windows-latest)` and
left the required `cargo test` context unreported, so the PR stayed
blocked with "Expected, waiting for status to be reported".
Revert test-rust to its Linux-only form so it emits the `cargo test`
context again. Windows coverage remains through the axum-native,
cloudflare, and CLI jobs.1 parent b502592 commit a4b8e6d
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
| 15 | + | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
| |||
0 commit comments