mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 10:37:56 +00:00
Derive Clone for PairSigner (#184)
* Derive `Clone` for `PairSigner` Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Specify the date of nightly toolchain to fix CI Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -16,14 +16,14 @@ jobs:
|
||||
|
||||
- name: setup
|
||||
run: |
|
||||
rustup install nightly --profile default
|
||||
rustup +nightly target add wasm32-unknown-unknown
|
||||
rustup install nightly-2020-10-01 --profile default
|
||||
rustup target add wasm32-unknown-unknown --toolchain nightly-2020-10-01
|
||||
|
||||
- name: fmt
|
||||
run: cargo +nightly fmt --all -- --check
|
||||
run: cargo +nightly-2020-10-01 fmt --all -- --check
|
||||
|
||||
- name: build
|
||||
run: cargo build --workspace --verbose
|
||||
run: cargo +nightly-2020-10-01 build --workspace --verbose
|
||||
|
||||
- name: test
|
||||
run: cargo test --workspace --verbose -- --test-threads=1
|
||||
run: cargo +nightly-2020-10-01 test --workspace --verbose -- --test-threads=1
|
||||
|
||||
Reference in New Issue
Block a user