Skip to content

Commit

Permalink
Another attempt to fix the CI seg faults.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Nov 14, 2023
1 parent 6a2d456 commit b570416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: pytest --timeout=120
run: pytest --timeout=120 src/firefly/tests/test_application.py src/firefly/tests/test_area_detector_display.py src/firefly/tests/test_bss_display.py src/firefly/tests/test_cameras_display.py src/firefly/tests/test_count_window.py src/firefly/tests/test_detector_list.py src/firefly/tests/test_energy_display.py src/firefly/tests/test_main_window.py src/firefly/tests/test_motor_menu.py

0 comments on commit b570416

Please sign in to comment.