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