Skip to content

Commit

Permalink
f Add reminders to update workspace members
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 17, 2024
1 parent 8339311 commit c44cfb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions ci/ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c44cfb3

Please sign in to comment.