Skip to content

Commit

Permalink
ca_cert テストを追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 18, 2024
1 parent f22719f commit 4956ab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- run: uv run pytest tests/test_openh264.py -s
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_sendonly_recvonly.py -s
- run: uv run pytest tests/test_ca_cert.py -s
- run: uv run pytest tests/test_vad.py -s

e2e_test_macos:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
- run: uv run pytest tests/test_openh264.py -s
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_sendonly_recvonly.py -s
- run: uv run pytest tests/test_ca_cert.py -s
- run: uv run pytest tests/test_vad.py -s

e2e_test_windows:
Expand Down Expand Up @@ -109,6 +111,7 @@ jobs:
- run: uv run python run.py windows_x86_64
- run: uv run pytest tests/test_messaging.py -s
- run: uv run pytest tests/test_sendonly_recvonly.py -s
- run: uv run pytest tests/test_ca_cert.py -s
- run: uv run pytest tests/test_vad.py -s

slack_notify_succeeded:
Expand Down

0 comments on commit 4956ab6

Please sign in to comment.