File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 17
17
style_check :
18
18
name : Style check
19
19
runs-on : ubuntu-24.04
20
+ timeout-minutes : 10
20
21
steps :
21
22
- uses : actions/checkout@v4
22
23
- name : Setup Rust toolchain
35
36
- toolchain : beta
36
37
os : ubuntu-24.04
37
38
runs-on : ${{ matrix.os }}
39
+ timeout-minutes : 25
38
40
env :
39
41
TOOLCHAIN : ${{ matrix.toolchain }}
40
42
steps :
72
74
- target : i686-pc-windows-msvc
73
75
os : windows-2022
74
76
runs-on : ${{ matrix.os }}
77
+ timeout-minutes : 25
75
78
env :
76
79
TARGET : ${{ matrix.target }}
77
80
steps :
@@ -122,6 +125,7 @@ jobs:
122
125
# FIXME: It seems some items in `src/unix/mod.rs`
123
126
# aren't defined on redox actually.
124
127
# - x86_64-unknown-redox
128
+ timeout-minutes : 25
125
129
env :
126
130
TARGET : ${{ matrix.target }}
127
131
steps :
@@ -140,6 +144,7 @@ jobs:
140
144
matrix :
141
145
target :
142
146
- x86_64-pc-solaris
147
+ timeout-minutes : 25
143
148
steps :
144
149
- uses : actions/checkout@v4
145
150
- name : test on Solaris
@@ -163,6 +168,7 @@ jobs:
163
168
runs-on : ubuntu-24.04
164
169
env :
165
170
TOOLCHAIN : nightly
171
+ timeout-minutes : 10
166
172
steps :
167
173
- uses : actions/checkout@v4
168
174
- name : Setup Rust toolchain
You can’t perform that action at this time.
0 commit comments