CI / Check (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Successful in 8m20s
CI / Deploy Dashboard (push) Successful in 3m13s
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Successful in 2m7s
10 lines
329 B
Rust
10 lines
329 B
Rust
// E2E / Integration tests for the compliance-agent API.
|
|
//
|
|
// These tests require a running MongoDB instance. Set TEST_MONGODB_URI
|
|
// if it's not at the default `mongodb://root:example@localhost:27017`.
|
|
//
|
|
// Run with: cargo test -p compliance-agent --test e2e
|
|
// Or nightly: (via CI with MongoDB service container)
|
|
|
|
mod api;
|