ci: Check that all features that are used exist

With the new `check-cfg=features` option
This commit is contained in:
Kévin Commaille
2022-05-20 11:37:00 +02:00
committed by Kévin Commaille
parent 1c90770d93
commit 6f7bb9aa1d
2 changed files with 16 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ jobs:
- name: Full Features
cmd: nightly-full
- name: All Features
cmd: nightly-all
- name: Clippy Default Features
cmd: clippy-default
components: clippy