File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 79
79
with :
80
80
toolchain : ${{ matrix.rust }}
81
81
82
+ - uses : Swatinem/rust-cache@v2
83
+
82
84
- name : Test
83
85
run : cargo test ${{ matrix.features }}
84
86
@@ -108,6 +110,8 @@ jobs:
108
110
with :
109
111
toolchain : ${{ matrix.rust }}
110
112
113
+ - uses : Swatinem/rust-cache@v2
114
+
111
115
- name : Check
112
116
run : cargo check --features full
113
117
@@ -143,6 +147,8 @@ jobs:
143
147
- name : Install cargo-hack
144
148
uses : taiki-e/install-action@cargo-hack
145
149
150
+ - uses : Swatinem/rust-cache@v2
151
+
146
152
- name : check --feature-powerset
147
153
run : cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi
148
154
@@ -166,6 +172,8 @@ jobs:
166
172
with :
167
173
toolchain : ${{ matrix.rust }}
168
174
175
+ - uses : Swatinem/rust-cache@v2
176
+
169
177
- name : Check
170
178
run : cargo check --features full,backports,deprecated
171
179
@@ -185,6 +193,8 @@ jobs:
185
193
with :
186
194
tool : cbindgen
187
195
196
+ - uses : Swatinem/rust-cache@v2
197
+
188
198
- name : Build FFI
189
199
run : cargo rustc --features client,http1,http2,ffi --crate-type cdylib
190
200
env :
You can’t perform that action at this time.
0 commit comments