Skip to content

Commit

Permalink
VOICEVOX#701 の動作チェックにrun-asyncio.pyを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 8, 2023
1 parent 9c99edc commit d7fed1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,10 @@ jobs:
poetry run pytest
- name: Exampleを実行
run: poetry run python ../../example/python/run.py ../../model/sample.vvm --dict-dir ../test_util/data/open_jtalk_dic_utf_8-1.11
run: |
for file in ../../example/python/run{,-asyncio}.py; do
poetry run python "$file" ../../model/sample.vvm --dict-dir ../test_util/data/open_jtalk_dic_utf_8-1.11
done
build-and-test-java-api:
strategy:
fail-fast: false
Expand Down

0 comments on commit d7fed1f

Please sign in to comment.