Skip to content

Commit

Permalink
Add job name
Browse files Browse the repository at this point in the history
  • Loading branch information
f-forcher committed Aug 1, 2024
1 parent cc7792a commit 4820f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ env:

jobs:
clippy:
name: cargo clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -57,7 +58,7 @@ jobs:
run: cargo fmt --all -- --check

test:
name: cargo test
name: cargo nextest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4820f22

Please sign in to comment.