Skip to content

Commit b0a5fd2

Browse files
committed
f Add reminders to update workspace members
1 parent 1981d1e commit b0a5fd2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[workspace]
22
resolver = "2"
33

4+
# When the workspace members change, make sure to update the list here as well
5+
# as in `ci/ci-tests.sh`.
46
members = [
57
"lightning",
68
"lightning-types",

ci/ci-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export RUST_BACKTRACE=1
3333
echo -e "\n\nChecking the full workspace."
3434
cargo check --verbose --color always
3535

36+
# When the workspace members change, make sure to update the list here as well
37+
# as in `Cargo.toml`.
3638
WORKSPACE_MEMBERS=(
3739
lightning
3840
lightning-types

0 commit comments

Comments
 (0)