feat: enforce Guanghu-native HoloLake runtime laws

This commit is contained in:
冰朔 2026-08-04 23:11:25 +08:00
commit 67e6fcdd38
57 changed files with 1765 additions and 1504 deletions

View file

@ -25,8 +25,8 @@
"limit": 2
},
{
"name": "frontend-coverage",
"run": "pnpm test:coverage --silent",
"name": "frontend-tests",
"run": "pnpm test --silent",
"role": "gate",
"fileExt": ".ts,.tsx",
"timeout": 600,
@ -41,8 +41,8 @@
"limit": 2
},
{
"name": "rust-coverage",
"run": "cargo llvm-cov --manifest-path src-tauri/Cargo.toml --no-clean --ignore-filename-regex \"lib\\.rs|main\\.rs|menu\\.rs\" --fail-under-lines 85 -- --test-threads=1",
"name": "rust-tests",
"run": "cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1",
"role": "gate",
"fileExt": ".rs",
"timeout": 900,