Skip to content

Commit 2d96e03

Browse files
author
Jonas Danke
committed
update
1 parent d3c7546 commit 2d96e03

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ jobs:
3434
- name: Run fast tests
3535
run: |
3636
python -m pytest -m "fast" -vv \
37+
--runslow \
38+
--runonlinux \
3739
--html=fast-report.html \
3840
--self-contained-html \
3941
--junitxml=fast-report.xml
42+
43+
4044

4145

4246
- name: Upload fast test reports

0 commit comments

Comments
 (0)