diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1552879915..98dbc402b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,6 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Checkout uses: actions/checkout@v4 - - name: Check typos - uses: crate-ci/typos@master - name: Check uses: actions-rs/cargo@v1 with: @@ -32,6 +30,15 @@ jobs: command: check args: --locked --no-default-features --verbose + typos: + name: Typos + runs-on: ubuntu-22.04 + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Check typos + uses: crate-ci/typos@master + test: name: Test suite runs-on: ubuntu-22.04