From: Steve Myers Date: Thu, 29 Oct 2020 00:47:43 +0000 (-0700) Subject: [ci] Enable clippy and test for optional features X-Git-Tag: v0.2.0~90 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/static/struct.WScriptHash.html?a=commitdiff_plain;h=7b9df5bbe58be26f01f5e211c2d1148d3fc27d2b;p=bdk [ci] Enable clippy and test for optional features --- 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