diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index febcb907..b388a53e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: target/ key: ${{ runner.os }}-cargo-stable-${{ hashFiles('**/Cargo.lock') }} - name: Run tests - run: cargo test --all-features --all + run: cargo test --all-features fmt: name: cargo fmt @@ -88,4 +88,4 @@ jobs: target/ key: ${{ runner.os }}-cargo-stable-${{ hashFiles('**/Cargo.lock') }} - name: Check with clippy - run: cargo clippy --all --all-features + run: cargo clippy --all-features