Skip to content

Commit

Permalink
ci: check without default features
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed May 1, 2023
1 parent 38c7c89 commit e323621
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
command: check
args: --locked --verbose
- name: Check without default features
uses: actions-rs/cargo@v1
with:
command: check
args: --locked --no-default-features --verbose

test:
name: Test suite
Expand Down

0 comments on commit e323621

Please sign in to comment.