Skip to content

Commit

Permalink
Fix: CIワークフローでのテスト名を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Dec 31, 2024
1 parent c3bce67 commit 5f89d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
#- name: check Rust Clippy
# run: cargo clippy --manifest-path src-tauri/Cargo.toml -- -D warnings

- name: Test Rust
- name: Testing Tauri Backend
run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1 --nocapture

- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 5f89d81

Please sign in to comment.