Skip to content

Commit c8ede3c

Browse files
committed
Fix marker call for slow tests
1 parent 48be78b commit c8ede3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ jobs:
5656
--log-level=DEBUG \
5757
--verbose
5858
59-
- name: Run slow tests (manual trigger)
59+
- name: Run slow tests
6060
if: github.event_name == 'workflow_dispatch'
6161
shell: bash
6262
run: >
6363
uv run pytest \
64-
-m "slow and not full_pipeline" \
64+
-m "slow" \
6565
--runner=docker \
6666
--junitxml=pytest-slow.xml \
6767
--cov=src tests \
6868
--cov-append \
6969
--verbose
7070
71-
- name: Run full pipeline tests (manual trigger)
71+
- name: Run full pipeline tests
7272
if: github.event_name == 'workflow_dispatch' && inputs.e2e == true
7373
shell: bash
7474
run: >

0 commit comments

Comments
 (0)