mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
12 lines
401 B
Rust
12 lines
401 B
Rust
// NOTE: This file is a placeholder.
|
|||
|
|
//
|
||
|
|
// The actual E2E integration tests live in:
|
||
|
|
// crates/sprout-test-client/tests/e2e_relay.rs
|
||
|
|
//
|
||
|
|
// Workspace-root `tests/` requires a [package] section in Cargo.toml.
|
||
|
|
// Since this is a pure workspace manifest, integration tests must live
|
||
|
|
// inside a member crate.
|
||
|
|
//
|
||
|
|
// Run E2E tests with:
|
||
|
|
// cargo test -p sprout-test-client --test e2e_relay -- --ignored
|