From 5f89d8179e4286e08ba0f28d74e3d732459a91ce Mon Sep 17 00:00:00 2001 From: shm Date: Tue, 31 Dec 2024 14:46:43 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20CI=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=81=A7=E3=81=AE=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E5=90=8D=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb25a43..60ac689 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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