Skip to content

Commit 71110e2

Browse files
committed
Attempt to report all test_accuracy* items as a single element
1 parent ea9a1e8 commit 71110e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_accuracy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010
cancel-in-progress: true
1111
jobs:
12-
test_accuracy:
12+
test_accuracy_parts:
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -41,3 +41,5 @@ jobs:
4141
- name: Run Python Test
4242
run: |
4343
uv run pytest --data=./data tests/accuracy/test_accuracy.py
44+
test_accuracy:
45+
needs: [test_accuracy_parts]

0 commit comments

Comments
 (0)