From b1b82c7161054e8b2fdcaa4fa93ab87f8337e419 Mon Sep 17 00:00:00 2001 From: voluntas Date: Thu, 19 Sep 2024 08:35:47 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B7=E3=83=B3=E3=83=97=E3=83=AB=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be89107..0120c34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,14 +109,7 @@ jobs: uv python pin ${{ matrix.python_version }} uv sync uv run python run.py ${{ matrix.platform.target }} - uv run pytest tests/test_openh264.py -s - uv run pytest tests/test_sendonly_recvonly.py -s - uv run pytest tests/test_simulcast.py -s - uv run pytest tests/test_signaling_message.py -s - uv run pytest tests/test_re_offer_re_answer_sdp.py -s - uv run pytest tests/test_messaging.py -s - uv run pytest tests/test_ca_cert.py -s - uv run pytest tests/test_vad.py -s + uv run pytest -s if: ${{ matrix.platform.os == 'ubuntu' && matrix.python_version == '3.10' }} # macOS 向け