diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 0b9c7479..a2a5dda4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -118,7 +118,7 @@ jobs: - run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1 - name: Run shell module tests - run: cargo test --manifest-path src-tauri/Cargo.toml shell:: -- --test-threads=1 + run: 'cargo test --manifest-path src-tauri/Cargo.toml "shell::" -- --test-threads=1' frontend-typecheck: runs-on: ubuntu-latest