mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 06:47:58 +00:00
stabilize reconnecting-rpc-client (#1803)
* stabilize reconnecting-rpc-client * fix build * remove missed unstable stuff
This commit is contained in:
@@ -261,7 +261,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1.0.3
|
||||
with:
|
||||
command: test
|
||||
args: --doc --features unstable-reconnecting-rpc-client
|
||||
args: --doc --features reconnecting-rpc-client
|
||||
|
||||
- if: "failure()"
|
||||
uses: "andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1" # v0.5
|
||||
@@ -295,7 +295,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1.0.3
|
||||
with:
|
||||
command: nextest
|
||||
args: run --workspace --features unstable-reconnecting-rpc-client
|
||||
args: run --workspace --features reconnecting-rpc-client
|
||||
|
||||
- if: "failure()"
|
||||
uses: "andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1" # v0.5
|
||||
|
||||
Reference in New Issue
Block a user