Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
check examples with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
kobigurk committed Nov 9, 2020
1 parent 51ce96b commit 7aaecde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --examples --all
args: --all-features --examples --all

- name: Check examples with all features on stable
uses: actions-rs/cargo@v1
with:
command: check
args: --examples --all
args: --all-features --examples --all
if: matrix.rust == 'stable'

- name: Check benchmarks on nightly
Expand Down

0 comments on commit 7aaecde

Please sign in to comment.