We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci-job-all
1 parent 5f28120 commit c003764Copy full SHA for c003764
Makefile.toml
@@ -246,17 +246,21 @@ dependencies = [
246
# make quick
247
"ci-job-fmt",
248
"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",
256
"ci-job-nostd",
257
"ci-job-msrv-check",
258
"check-tutorials-local",
- "ci-job-tidy",
- "ci-job-doc",
259
260
# Get a coffee
261
"ci-job-test",
262
"ci-job-test-docs",
263
"ci-job-test-tutorials-cratesio",
- "ci-job-diplomat",
264
"ci-job-testdata",
265
"ci-job-msrv-features",
266
"ci-job-full-datagen",
0 commit comments