diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e5bd2..4b19ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - run: cargo test + - run: cargo test --all fmt: name: cargo fmt --all -- --check