Skip to content

Commit cce34e9

Browse files
committed
feat(workflows): include slow tests within update baselines workflow
1 parent af9dd23 commit cce34e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_regression_baselines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install -e .[testing]
3434
3535
- name: Update regression baselines
36-
run: pytest tests/regression --update-baselines
36+
run: pytest tests/regression --update-baselines --run-slow
3737

3838
- name: Commit updated baselines
3939
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6

0 commit comments

Comments
 (0)