From 7b9df5bbe58be26f01f5e211c2d1148d3fc27d2b Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 28 Oct 2020 17:47:43 -0700 Subject: [PATCH] [ci] Enable clippy and test for optional features --- .github/workflows/cont_integration.yml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 2efae92a..306b86de 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -13,6 +13,7 @@ jobs: - stable - 1.45.0 # MSRV features: + - default - minimal - all-keys - minimal,esplora @@ -23,22 +24,11 @@ jobs: - compiler include: - rust: stable - features: default - clippy: true - test: true + features: compact_filters + clippy: false - rust: 1.45.0 - features: default - clippy: true - test: true - - rust: nightly - features: test-md-docs - test: true - - rust: stable - features: compiler - test: true - - rust: 1.45.0 - features: compiler - test: true + features: compact_filters + clippy: false steps: - name: checkout uses: actions/checkout@v2 @@ -69,7 +59,6 @@ jobs: command: clippy args: -- -D warnings - name: test - if: ${{ matrix.test == true }} uses: actions-rs/cargo@v1 with: command: test