diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 01148913..477dbead 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -21,5 +21,8 @@ jobs: - name: Test import run: python3 -c "import irrevolutions" + - name: Run 1d test + run: pytest -v test/test_1d.py + - name: Run tests run: pytest -v . \ No newline at end of file