Wee tidy to subxt-signer flags (#1200)

* Wee tidy to subxt-signer flags

* revert removing subxt?/foo features; need them for CI

* make the flag identical to subxt; forgot the 'all' case

* subxt-signer needs native flag now when --no-default-features
This commit is contained in:
James Wilson
2023-10-09 22:15:42 +02:00
committed by GitHub
parent 184d24f6bc
commit 2e908025f0
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ jobs:
- name: Cargo check subxt-signer
run: |
cargo check -p subxt-signer
cargo check -p subxt-signer --no-default-features --features sr25519
cargo check -p subxt-signer --no-default-features --features ecdsa
cargo check -p subxt-signer --no-default-features --features sr25519,native
cargo check -p subxt-signer --no-default-features --features ecdsa,native
# We can't enable web features here, so no cargo hack.
- name: Cargo check subxt-lightclient