Skip to content

Commit c003764

Browse files
Tweak ci-job-all (#4558)
1 parent 5f28120 commit c003764

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Makefile.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,17 +246,21 @@ dependencies = [
246246
# make quick
247247
"ci-job-fmt",
248248
"ci-job-clippy",
249+
"check-no-features",
250+
"depcheck",
251+
"ci-job-doc",
252+
253+
# not so quick
254+
"ci-job-diplomat",
255+
"ci-job-tidy",
249256
"ci-job-nostd",
250257
"ci-job-msrv-check",
251258
"check-tutorials-local",
252-
"ci-job-tidy",
253-
"ci-job-doc",
254259

255260
# Get a coffee
256261
"ci-job-test",
257262
"ci-job-test-docs",
258263
"ci-job-test-tutorials-cratesio",
259-
"ci-job-diplomat",
260264
"ci-job-testdata",
261265
"ci-job-msrv-features",
262266
"ci-job-full-datagen",

0 commit comments

Comments
 (0)