Check the CI with no default features

This commit is contained in:
Sima Kinsart 2022-11-25 16:38:34 +06:00 committed by GitHub
parent 3184b294f2
commit 437404df22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,13 @@ jobs:
command: check
args: --examples --features full
# TODO: prolly move it to a separate step?
- name: Check with no default features
uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features
clippy:
name: Run linter
runs-on: ubuntu-latest