Skip to content

Commit

Permalink
CI: name job group
Browse files Browse the repository at this point in the history
This isn't clear enough on GitHub Actions pages
  • Loading branch information
dhardy committed Jan 9, 2025
1 parent 0e0ed6a commit 9a6159e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults:

jobs:
clippy-fmt:
name: Check Clippy and rustfmt
name: Benches: Check Clippy and rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Clippy
run: cargo clippy --workspace -- -D warnings
benches:
name: Test benchmarks
name: Benches: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/distr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults:

jobs:
clippy-fmt:
name: Check Clippy and rustfmt
name: distr_test: Check Clippy and rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Clippy
run: cargo clippy --workspace -- -D warnings
ks-tests:
name: Run Komogorov Smirnov tests
name: distr_test: Run Komogorov Smirnov tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9a6159e

Please sign in to comment.