diff --git a/Cargo.toml b/Cargo.toml index ae5d1bc8f0c..add69f35afa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [workspace] resolver = "2" +# When the workspace members change, make sure to update the list here as well +# as in `ci/ci-tests.sh`. members = [ "lightning", "lightning-types", diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index e82c1a0cefd..47f0621683c 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -33,6 +33,8 @@ export RUST_BACKTRACE=1 echo -e "\n\nChecking the full workspace." cargo check --verbose --color always +# When the workspace members change, make sure to update the list here as well +# as in `Cargo.toml`. WORKSPACE_MEMBERS=( lightning lightning-types