]> Untitled Git - bdk/commitdiff
[ci] Update 'build-test' job to clippy check all-targets
authorSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 21:44:35 +0000 (14:44 -0700)
committerSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 21:44:35 +0000 (14:44 -0700)
.github/workflows/cont_integration.yml

index b008092597de5a9693742979864a47d6fb6db504..3a92f052a64c3fa5c5268af5a989fde8f843b817 100644 (file)
@@ -46,7 +46,7 @@ jobs:
       - name: Build
         run: cargo build --features ${{ matrix.features }} --no-default-features
       - name: Clippy
-        run: cargo clippy --features ${{ matrix.features }} --no-default-features -- -D warnings
+        run: cargo clippy --all-targets --features ${{ matrix.features }} --no-default-features -- -D warnings
       - name: Test
         run: cargo test --features ${{ matrix.features }} --no-default-features
 
@@ -151,7 +151,7 @@ jobs:
         run: rustup default 1.51.0 # STABLE
       - name: Set profile
         run: rustup set profile minimal
-      - name: Add clippy
+      - name: Add rustfmt
         run: rustup component add rustfmt
       - name: Update toolchain
         run: rustup update