]> Untitled Git - bdk/commitdiff
[ci] Fix clippy step to check matrix features
authorSteve Myers <steve@notmandatory.org>
Thu, 31 Dec 2020 03:23:00 +0000 (19:23 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 31 Dec 2020 03:23:00 +0000 (19:23 -0800)
.github/workflows/cont_integration.yml

index 25f4e45fe446a179baf56af1d05ece8bb7a6a986..78f05e33cec417c17068865a12455562767747fc 100644 (file)
@@ -44,7 +44,7 @@ jobs:
       - name: Build
         run: cargo build --features ${{ matrix.features }} --no-default-features
       - name: Clippy
-        run: cargo clippy -- -D warnings
+        run: cargo clippy --features ${{ matrix.features }} --no-default-features -- -D warnings
       - name: Test
         run: cargo test --features ${{ matrix.features }} --no-default-features