Skip to content

Commit

Permalink
日本語が原因だった、勉強になった
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Aug 1, 2024
1 parent 3ebcec6 commit 26bdaa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 62 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,12 @@ jobs:
- run: rye pin ${{ matrix.python_version }}
- run: rye sync
- run: rye run python run.py windows_x86_64
- run: rye run pytest tests/test_ci.py -s
- run: rye run pytest tests/test_sendonly_recvonly.py -s
- run: rye run pytest tests/test_messaging.py -s
- run: rye run pytest tests/test_openh264.py -s
- run: rye run pytest tests/test_stats.py -s
- run: rye run pytest tests/test_switched.py -s
- run: rye run pytest tests/test_vad.py -s

slack_notify_succeeded:
needs: [e2e_ubuntu_test, e2e_macos_test]
Expand Down
25 changes: 0 additions & 25 deletions tests/test_ci.py

This file was deleted.

36 changes: 0 additions & 36 deletions tests/test_sendonly.py

This file was deleted.

0 comments on commit 26bdaa1

Please sign in to comment.