Skip to content

Commit

Permalink
QUICK TEST FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Dec 8, 2023
1 parent 62cd9c3 commit f96881a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ci/ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace

export RUST_BACKTRACE=1

echo -e "\n\nBuilding and testing all workspace crates..."
cargo test --verbose --color always
cargo check --verbose --color always

echo -e "\n\nBuilding and testing Block Sync Clients with features"
pushd lightning-block-sync
cargo test --verbose --color always --features rest-client
cargo check --verbose --color always --features rest-client
cargo test --verbose --color always --features rpc-client
cargo check --verbose --color always --features rpc-client
cargo test --verbose --color always --features rpc-client,rest-client
cargo check --verbose --color always --features rpc-client,rest-client
cargo test --verbose --color always --features rpc-client,rest-client,tokio
cargo check --verbose --color always --features rpc-client,rest-client,tokio
popd
#echo -e "\n\nBuilding and testing all workspace crates..."
#cargo test --verbose --color always
#cargo check --verbose --color always
#
#echo -e "\n\nBuilding and testing Block Sync Clients with features"
#pushd lightning-block-sync
#cargo test --verbose --color always --features rest-client
#cargo check --verbose --color always --features rest-client
#cargo test --verbose --color always --features rpc-client
#cargo check --verbose --color always --features rpc-client
#cargo test --verbose --color always --features rpc-client,rest-client
#cargo check --verbose --color always --features rpc-client,rest-client
#cargo test --verbose --color always --features rpc-client,rest-client,tokio
#cargo check --verbose --color always --features rpc-client,rest-client,tokio
#popd

if [[ "$HOST_PLATFORM" != *windows* ]]; then
echo -e "\n\nBuilding and testing Transaction Sync Clients with features"
Expand Down

0 comments on commit f96881a

Please sign in to comment.