Skip to content

Commit

Permalink
fixup! link-onnxruntimecargo testが通るようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jul 2, 2024
1 parent c545f89 commit f60cd0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ jobs:
with:
key: "cargo-integration-test-cache-${{ matrix.features }}-${{ matrix.os }}"
- name: Run cargo integration test (load-onnxruntime)
run: RUST_BACKTRACE=full cargo test -vv --features ,${{ matrix.features }} -- --include-ignored
- name: Run cargo integration test (link-onnxruntime)
run: RUST_BACKTRACE=full cargo test -vv -p voicevox_core --features link-onnxruntime,${{ matrix.features }}
run: RUST_BACKTRACE=full cargo test --test "*" -vv --features ,${{ matrix.features }} -- --include-ignored

c-header:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f60cd0e

Please sign in to comment.