Skip to content

Commit

Permalink
シンプルにする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 18, 2024
1 parent f43cc49 commit b1b82c7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 向け
Expand Down

0 comments on commit b1b82c7

Please sign in to comment.