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 <noreply@anthropic.com>
This commit is contained in:
parent
7b5f727da9
commit
71ff71833d
@ -117,6 +117,9 @@ jobs:
|
|||||||
${{ runner.os }}-cargo-linux-amd64-
|
${{ runner.os }}-cargo-linux-amd64-
|
||||||
- run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1
|
- 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:
|
frontend-typecheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user