File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,10 +221,8 @@ plugins-update-nightly:
221
221
fi
222
222
done
223
223
224
- # If we do a build with all features then also build the
225
- # tutorials/examples with all features
226
224
- |
227
- if [ -n "$ALL_FEATURES " ]; then
225
+ if [ -n "$EXAMPLES_TUTORIALS " ]; then
228
226
cargo build --locked --color=always --manifest-path examples/Cargo.toml --bins --examples --all-features
229
227
cargo build --locked --color=always --manifest-path tutorials/Cargo.toml --bins --examples --all-features
230
228
fi
@@ -247,6 +245,7 @@ test stable:
247
245
test stable all-features :
248
246
variables :
249
247
ALL_FEATURES : ' yes'
248
+ EXAMPLES_TUTORIALS : ' yes'
250
249
extends :
251
250
- ' .cargo test'
252
251
- .img-stable
@@ -261,6 +260,7 @@ test nightly all-features:
261
260
allow_failure : true
262
261
variables :
263
262
ALL_FEATURES : ' yes'
263
+ EXAMPLES_TUTORIALS : ' yes'
264
264
extends :
265
265
- ' .cargo test'
266
266
- .img-nightly
You can’t perform that action at this time.
0 commit comments