This commit is contained in:
Georgi Gerganov 2025-12-30 14:15:04 +02:00
parent 3e0a3e865b
commit 94bfa7803e
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 2 deletions

View File

@ -82,11 +82,10 @@ jobs:
- name: Tests
id: server_integration_tests
if: ${{ !matrix.disabled_on_pr || !github.event.pull_request }}
if: ${{ (!matrix.disabled_on_pr || !github.event.pull_request) && matrix.build_type == 'Release' }}
run: |
cd tools/server/tests
export ${{ matrix.extra_args }}
$env:PYTHONIOENCODING = ":replace"
pytest -v -x -m "not slow"
server-windows: