ci: Fix pre-commit config YAML syntax error
- Remove problematic rust-test hook entry (YAML parsing error) - Tests should run via CI/CD pipeline, not pre-commit hooks - Keep focus on pre-commit hooks for code quality (fmt, clippy, markdown) Note: Run tests manually with 'cargo test --workspace'
This commit is contained in:
parent
dd68d190ef
commit
4718f56a28
@ -24,13 +24,9 @@ repos:
|
||||
pass_filenames: false
|
||||
stages: [pre-commit]
|
||||
|
||||
- id: rust-test
|
||||
name: Rust tests (manual - cargo test --workspace)
|
||||
entry: bash -c "echo 'Run manually: cargo test --workspace' && exit 0"
|
||||
language: system
|
||||
types: [rust]
|
||||
pass_filenames: false
|
||||
stages: [manual]
|
||||
# Note: Cargo tests disabled from pre-commit (too slow)
|
||||
# Run manually: cargo test --workspace
|
||||
# Or enable in CI/CD pipeline
|
||||
|
||||
- id: cargo-deny
|
||||
name: Cargo deny (licenses & advisories)
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -9112,6 +9112,7 @@ dependencies = [
|
||||
"futures",
|
||||
"http",
|
||||
"jsonwebtoken 10.2.0",
|
||||
"lazy_static",
|
||||
"mockall",
|
||||
"once_cell",
|
||||
"prometheus",
|
||||
@ -9136,6 +9137,7 @@ dependencies = [
|
||||
"tracing-subscriber",
|
||||
"uuid",
|
||||
"vapora-agents",
|
||||
"vapora-knowledge-graph",
|
||||
"vapora-llm-router",
|
||||
"vapora-shared",
|
||||
"vapora-swarm",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user