From f93a0bf5aa7aa695f7884548fe2ee64d4823f741 Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 4 Dec 2024 22:37:16 +0900 Subject: [PATCH] chore(ci): Simplify job name --- .github/workflows/CI.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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