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 b508064
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 @@ -93,14 +93,14 @@ jobs:
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
uses: actions-rs/cargo@v1
with:
command: check
args: --examples --all --benches
args: --all-features --examples --all --benches
if: matrix.rust == 'nightly'

- name: Test
Expand Down

0 comments on commit b508064

Please sign in to comment.