Skip to content

Commit f96881a

Browse files
committed
QUICK TEST FIXME
1 parent 62cd9c3 commit f96881a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

ci/ci-tests.sh

+15-15
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
2121

2222
export RUST_BACKTRACE=1
2323

24-
echo -e "\n\nBuilding and testing all workspace crates..."
25-
cargo test --verbose --color always
26-
cargo check --verbose --color always
27-
28-
echo -e "\n\nBuilding and testing Block Sync Clients with features"
29-
pushd lightning-block-sync
30-
cargo test --verbose --color always --features rest-client
31-
cargo check --verbose --color always --features rest-client
32-
cargo test --verbose --color always --features rpc-client
33-
cargo check --verbose --color always --features rpc-client
34-
cargo test --verbose --color always --features rpc-client,rest-client
35-
cargo check --verbose --color always --features rpc-client,rest-client
36-
cargo test --verbose --color always --features rpc-client,rest-client,tokio
37-
cargo check --verbose --color always --features rpc-client,rest-client,tokio
38-
popd
24+
#echo -e "\n\nBuilding and testing all workspace crates..."
25+
#cargo test --verbose --color always
26+
#cargo check --verbose --color always
27+
#
28+
#echo -e "\n\nBuilding and testing Block Sync Clients with features"
29+
#pushd lightning-block-sync
30+
#cargo test --verbose --color always --features rest-client
31+
#cargo check --verbose --color always --features rest-client
32+
#cargo test --verbose --color always --features rpc-client
33+
#cargo check --verbose --color always --features rpc-client
34+
#cargo test --verbose --color always --features rpc-client,rest-client
35+
#cargo check --verbose --color always --features rpc-client,rest-client
36+
#cargo test --verbose --color always --features rpc-client,rest-client,tokio
37+
#cargo check --verbose --color always --features rpc-client,rest-client,tokio
38+
#popd
3939

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

0 commit comments

Comments
 (0)