Skip to content

Commit

Permalink
voicevox_core_c_apiの代わりにtest_utilをcargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 26, 2023
1 parent fb65979 commit 1fcfa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
- run: |
pip install --upgrade poetry
poetry install --with dev --with test
- run: cargo build -p voicevox_core_c_api -vv
- run: cargo build -p test_util -vv # build scriptにより/crates/test_util/data/の生成
- run: poetry run maturin build --locked
- run: poetry run maturin develop --locked
- name: 必要なDLLをコピーしてpytestを実行
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- name: Build
run: |
cargo build -p voicevox_core_java_api -vv
cargo build -p test_util -vv
cargo build -p test_util -vv # build scriptにより/crates/test_util/data/の生成
- name: 必要なDLLをコピーしてテストを実行
working-directory: crates/voicevox_core_java_api
run: |
Expand Down

0 comments on commit 1fcfa28

Please sign in to comment.