diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4a0e308..fbb73c3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -55,5 +55,4 @@ jobs: run: uv pip install -e ".[dev]" - name: Test with pytest shell: bash - # Currently, java and rust seem to cause problems in CI - run: uv run pytest -m "not java and not rust" + run: uv run pytest -vv