chore(ci): update job names

This commit is contained in:
Orhun Parmaksız 2022-02-28 17:00:46 +03:00
parent 6fa5573855
commit 97f810c106
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -12,7 +12,7 @@ on:
jobs:
build:
name: Build for ${{ matrix.TARGET }} using Rust ${{ matrix.TOOLCHAIN }}
name: Build (${{ matrix.TARGET }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
@ -61,7 +61,7 @@ jobs:
args: --locked --target ${{ matrix.TARGET }} --no-default-features
test:
name: Run tests
name: Test
runs-on: ubuntu-latest
steps:
- name: Install dependencies
@ -133,7 +133,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
lint:
name: Check lints
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
@ -160,7 +160,7 @@ jobs:
args: -- -D warnings
audit:
name: Audit check
name: Audit
runs-on: ubuntu-latest
steps:
- name: Checkout the repository