feat(guanghu-os): add cross-root repository service gate
This commit is contained in:
parent
06a465ef73
commit
0759625053
9 changed files with 203 additions and 32 deletions
|
|
@ -100,6 +100,8 @@ run_gate guanghu_root_supervisor \
|
|||
"${source_root}/scripts/test-guanghu-root-supervisor.sh"
|
||||
run_gate guanghu_repository_bridge_lifecycle \
|
||||
"${source_root}/scripts/test-guanghu-repository-bridge-lifecycle.sh"
|
||||
run_gate cross_root_repository_service_equivalence \
|
||||
"${source_root}/scripts/test-cross-root-repository-service-equivalence.sh"
|
||||
run_gate auditable_line_coverage_100_percent \
|
||||
bash -c '
|
||||
cargo llvm-cov clean --workspace --manifest-path "$1/Cargo.toml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue