From c0f65c54c36aea849c8db24232b465f4b8c78fa9 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Thu, 25 Apr 2024 22:31:10 +0800 Subject: [PATCH] doc(ci): improve the names of jobs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3064ce35aa..5f2bccb520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ env: jobs: check: - name: Run checks on ${{ matrix.os }} + name: Lints and documentation tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -70,7 +70,7 @@ jobs: run: cargo test --doc test: - name: Run tests on ${{ matrix.os }} + name: Unit tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false