diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95d4d9e6..3790634c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,4 +79,4 @@ jobs: - name: Test with pytest timeout-minutes: 20 run: | - pytest --durations=50 -v \ No newline at end of file + pytest --durations=50 -v --subset ${{ matrix.subset }} \ No newline at end of file