From c0037645142c78949c2cf82b2f4043fc57992ff4 Mon Sep 17 00:00:00 2001 From: Robert Bastian <4706271+robertbastian@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:35:42 +0100 Subject: [PATCH] Tweak `ci-job-all` (#4558) --- Makefile.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 63c0b10bab..f6ecb5d28b 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -246,17 +246,21 @@ dependencies = [ # make quick "ci-job-fmt", "ci-job-clippy", + "check-no-features", + "depcheck", + "ci-job-doc", + + # not so quick + "ci-job-diplomat", + "ci-job-tidy", "ci-job-nostd", "ci-job-msrv-check", "check-tutorials-local", - "ci-job-tidy", - "ci-job-doc", # Get a coffee "ci-job-test", "ci-job-test-docs", "ci-job-test-tutorials-cratesio", - "ci-job-diplomat", "ci-job-testdata", "ci-job-msrv-features", "ci-job-full-datagen",