@@ -21,21 +21,21 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
21
21
22
22
export RUST_BACKTRACE=1
23
23
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
39
39
40
40
if [[ " $HOST_PLATFORM " != * windows* ]]; then
41
41
echo -e " \n\nBuilding and testing Transaction Sync Clients with features"
0 commit comments