From d1537d682cda130096d9592806e41ce9daa2de83 Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Tue, 10 Jun 2025 00:36:25 +0200 Subject: [PATCH] CI: maybe rust and java run? --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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