We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4058267 commit d045d74Copy full SHA for d045d74
.github/workflows/main.yaml
@@ -247,6 +247,7 @@ jobs:
247
miri:
248
name: Miri
249
runs-on: ubuntu-24.04
250
+ timeout-minutes: 10
251
steps:
252
- uses: actions/checkout@v4
253
with:
@@ -282,6 +283,7 @@ jobs:
282
283
rustfmt:
284
name: Rustfmt
285
286
287
288
289
@@ -347,6 +349,7 @@ jobs:
347
349
- rustfmt
348
350
- test
351
352
353
# GitHub branch protection is exceedingly silly and treats "jobs skipped because a dependency
354
# failed" as success. So we have to do some contortions to ensure the job fails if any of its
355
# dependencies fails.
0 commit comments