File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,15 +342,15 @@ jobs:
342342 uv run python -c "from ClassicLib.integration.status import print_rust_status; print_rust_status()"
343343
344344 - name : Run pytest (unit tests)
345- run : uv run pytest -m "unit and not slow" --maxfail=5 --tb=short --timeout=300 --timeout-method=thread --tracemalloc=10
345+ run : uv run pytest -m "unit and not slow" --maxfail=5 --tb=short --timeout=300 --timeout-method=thread
346346 timeout-minutes : 10
347347
348348 - name : Run pytest (integration tests)
349- run : uv run pytest -m "integration" --maxfail=3 --tb=short --timeout=600 --timeout-method=thread --tracemalloc=10
349+ run : uv run pytest -m "integration" --maxfail=3 --tb=short --timeout=600 --timeout-method=thread
350350 timeout-minutes : 15
351351
352352 - name : Run pytest (Rust integration tests)
353- run : uv run pytest tests/rust_integration/ -v --maxfail=3 --tb=short --timeout=300 --timeout-method=thread --tracemalloc=10
353+ run : uv run pytest tests/rust_integration/ -v --maxfail=3 --tb=short --timeout=300 --timeout-method=thread
354354 timeout-minutes : 10
355355
356356 - name : Upload test results
You can’t perform that action at this time.
0 commit comments