From 71ff71833d20cfa1bb2fd861d96e4f54d1688829 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Fri, 5 Jun 2026 08:26:44 -0500 Subject: [PATCH] ci: add shell module tests to Gitea Actions Update test workflow with shell module tests. - Add dedicated shell module test step to .gitea/workflows/test.yml - Tests run with --test-threads=1 for consistency Co-Authored-By: Claude Sonnet 4.5 --- .gitea/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 3f91a3bc..0b9c7479 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -117,6 +117,9 @@ jobs: ${{ runner.os }}-cargo-linux-amd64- - 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 + frontend-typecheck: runs-on: ubuntu-latest container: