From: 志宇 Date: Fri, 4 Nov 2022 03:16:03 +0000 (+0800) Subject: Modified build, clippy and test steps X-Git-Tag: v1.0.0-alpha.0~6^2~55 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=544c397a38f272f0ac2ffa1a3195fe6a07f2ddbd;p=bdk Modified build, clippy and test steps Co-authored-by: Daniela Brozzoni --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index e7def9d0..458270ab 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -52,12 +52,12 @@ jobs: - name: Update toolchain run: rustup update - name: Build - run: cargo build --features ${{ matrix.features }} --no-default-features + run: cargo build --features ${{ matrix.features }} - name: Clippy if: ${{ matrix.rust.clippy }} - run: cargo clippy --all-targets --features ${{ matrix.features }} --no-default-features -- -D warnings + run: cargo clippy --all-targets --features ${{ matrix.features }} -- -D warnings - name: Test - run: cargo test --features ${{ matrix.features }} --no-default-features + run: cargo test --features ${{ matrix.features }} test-readme-examples: name: Test README.md examples