Skip to content

Commit 6db53a2

Browse files
committed
ci: name run steps after their make targets
1 parent fa3931f commit 6db53a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3535
with:
3636
enable-cache: false
37-
- run: make check
37+
- name: Run `make check`
38+
run: make check
3839

3940
macos-tests:
4041
name: macOS / make test-highest-pytorch / markers=not-slow
@@ -49,7 +50,7 @@ jobs:
4950
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5051
with:
5152
enable-cache: false
52-
- name: Run tests
53+
- name: Run `make test-highest-pytorch`
5354
run: make test-highest-pytorch PYTEST_ARGS="--marker 'not slow' --junit"
5455
- name: Upload test results
5556
if: always()

0 commit comments

Comments
 (0)