Skip to content

Commit

Permalink
CIテストでWindowsのテストが表示上成功してるが実は失敗しているのを修正した (VOICEVOX#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 authored Aug 10, 2022
1 parent 89070be commit 2221bf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
cargo build
find target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib -name onnxruntime.dll -ctime 0
find target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib -name onnxruntime.dll -ctime 0 | head -n 1 | xargs -i cp {} target/debug/deps/
- run: cargo test --features generate-c-header,${{ matrix.additional-features }}
- name: Run cargo test
shell: bash
run: cargo test --features generate-c-header,${{ matrix.additional-features }}

build-unix-cpp-example:
strategy:
Expand Down

0 comments on commit 2221bf6

Please sign in to comment.