Skip to content

Commit

Permalink
Check the CI with no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirrolot committed Nov 25, 2022
1 parent 3184b29 commit 437404d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 437404d

Please sign in to comment.