mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 15:49:58 +00:00
The integration tests, which depend on both walkeeper and pageserver, are moved into yet another directory, 'integration_tests'.
7 lines
86 B
TOML
7 lines
86 B
TOML
[workspace]
|
|
members = [
|
|
"integration_tests",
|
|
"pageserver",
|
|
"walkeeper",
|
|
]
|