diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3c8c13..ab9ae6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - run: cargo build --all-features --verbose - run: cargo test --all-features --verbose - run: cargo install cargo-all-features + - run: cargo check-all-features --verbose - run: cargo build-all-features --verbose - - run: cargo test-all-features --verbose rustfmt: name: Check Format