File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
library/compiler-builtins/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ jobs:
247
247
miri :
248
248
name : Miri
249
249
runs-on : ubuntu-24.04
250
+ timeout-minutes : 10
250
251
steps :
251
252
- uses : actions/checkout@v4
252
253
with :
@@ -282,6 +283,7 @@ jobs:
282
283
rustfmt :
283
284
name : Rustfmt
284
285
runs-on : ubuntu-24.04
286
+ timeout-minutes : 10
285
287
steps :
286
288
- uses : actions/checkout@v4
287
289
with :
@@ -347,6 +349,7 @@ jobs:
347
349
- rustfmt
348
350
- test
349
351
runs-on : ubuntu-24.04
352
+ timeout-minutes : 10
350
353
# GitHub branch protection is exceedingly silly and treats "jobs skipped because a dependency
351
354
# failed" as success. So we have to do some contortions to ensure the job fails if any of its
352
355
# dependencies fails.
You can’t perform that action at this time.
0 commit comments