Skip to content

Commit

Permalink
doc(ci): improve the names of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Apr 25, 2024
1 parent eb972d5 commit c0f65c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c0f65c5

Please sign in to comment.