diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bcab25..f63ed77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - nightly steps: - uses: actions/checkout@v3 - - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add clippy + - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add clippy && cargo install cargo-fmt - run: cargo build --verbose - run: cargo test --verbose - run: cargo clippy --all-features -- -D warnings