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: