Skip to content

Commit

Permalink
Add: Exampleの動作チェックを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Dec 2, 2023
1 parent c8f5c3a commit ba27355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ jobs:
cp -v ../../target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib/libonnxruntime.*.dylib . || true
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
build-and-test-java-api:
strategy:
fail-fast: false
Expand Down

0 comments on commit ba27355

Please sign in to comment.