diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e734d72e6..8ae5d209d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,8 +21,7 @@ jobs: components: rustfmt - run: cargo fmt --all --check - deny-check: - name: cargo-deny check + deny: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -51,7 +50,6 @@ jobs: - run: git diff --exit-code udeps: - name: Check unused dependencies runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -89,7 +87,6 @@ jobs: run: cargo check --workspace --all-targets --all-features msrv: - name: Check MSRV runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -121,7 +118,6 @@ jobs: - run: cargo hack --no-private test --doc --all-features interop: - name: Interop Tests runs-on: ${{ matrix.os }} strategy: matrix: @@ -146,7 +142,7 @@ jobs: with: feature-group: all-features - check-external-types: + external-types: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4