better ci job names
This commit is contained in:
parent
ce14fa860b
commit
7363271575
|
@ -71,7 +71,7 @@ jobs:
|
|||
args: -p egui_demo_app --lib --target wasm32-unknown-unknown --all-features
|
||||
|
||||
test:
|
||||
name: Test Suite
|
||||
name: cargo test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
args: --all-features
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
name: cargo fmt
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
|||
args: --all -- --check
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
name: cargo clippy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue