Skip to content

Commit

Permalink
Remove the cache directory before cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 14, 2024
1 parent 2ba3b58 commit 8955937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
key: "cargo-unit-test-cache"
- run: rm -r 'C:\Users\runneradmin\AppData\Local\voicevox_ort'
- name: Run cargo unit test
run: RUST_BACKTRACE=full cargo test --lib --bins -v -- --include-ignored
- name: Run cargo documentation test
Expand Down

0 comments on commit 8955937

Please sign in to comment.