Skip to content

Commit

Permalink
Another attempt at fixing the CI seg faults.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Nov 15, 2023
1 parent dec6071 commit 78dc195
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 503 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ 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_run_browser.py src/firefly/tests/test_voltmeters.py src/firefly/tests/test_xrf_detector_display.py
Loading

0 comments on commit 78dc195

Please sign in to comment.