Skip to content

Commit

Permalink
-p ort-p voicevox-ort
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Feb 11, 2024
1 parent 37af007 commit 253549e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check fmt
run: cargo fmt --all -- --check
- name: Run clippy
run: cargo clippy -p ort --all-targets --workspace --features fetch-models
run: cargo clippy -p voicevox-ort --all-targets --workspace --features fetch-models
coverage:
name: Code coverage
runs-on: ubuntu-latest
Expand All @@ -71,7 +71,7 @@ jobs:
run: cargo install cargo-tarpaulin
- name: Generate code coverage
run: |
cargo tarpaulin -p ort --features fetch-models --verbose --timeout 120 --out xml
cargo tarpaulin -p voicevox-ort --features fetch-models --verbose --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo test -p ort --verbose --features fetch-models -- --test-threads 1
cargo test -p voicevox-ort --verbose --features fetch-models -- --test-threads 1
cross-compile:
name: Cross-platform compile
runs-on: ${{ matrix.platform.os }}
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Build/test
run: |
cargo install cross --git https://github.com/cross-rs/cross
cross test -p ort --features fetch-models --target aarch64-unknown-linux-gnu -v
cross test -p voicevox-ort --features fetch-models --target aarch64-unknown-linux-gnu -v

0 comments on commit 253549e

Please sign in to comment.