diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4404bc4f..a3b5abc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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_ophyd_connection.py src/firefly/tests/test_queue_button.py src/firefly/tests/test_queue_client.py src/firefly/tests/test_run_browser.py src/firefly/tests/test_voltmeters.py src/firefly/tests/test_xrf_detector_display.py