diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ed31a37..a3f5f1475 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: - uses: actions/checkout@v4 - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 - - name: Run tests - run: cargo test --workspace --all-targets - name: Check formatting run: cargo fmt --all --check + - name: Run tests + run: cargo test --workspace --all-targets deploy: name: Deploy