Skip to content

Commit bb428a1

Browse files
committed
ci: pytest, not test
1 parent 954542a commit bb428a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches:
77
- main
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
test:
1115
runs-on: ${{ matrix.os }}
@@ -21,4 +25,4 @@ jobs:
2125
- name: Sync
2226
run: uv sync
2327
- name: Test
24-
run: uv test
28+
run: uv run pytest

0 commit comments

Comments
 (0)