Skip to content

Commit fbe3c84

Browse files
committed
Try different exclusion syntax
1 parent 7f8b0f4 commit fbe3c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
sys:
184184
- os: ubuntu-latest
185185
target: wasm32v1-none
186-
cargo-hack-feature-options: --manifest-path Cargo.toml --exclude soroban-spec,soroban-spec-rust,soroban-ledger-snapshot --exclude-features testutils,docs,default,std --feature-powerset
186+
cargo-hack-feature-options: --manifest-path Cargo.toml --exclude soroban-spec --exclude soroban-spec-rust --exclude soroban-ledger-snapshot --exclude-features testutils,docs,default,std --feature-powerset
187187
- os: ubuntu-latest
188188
target: x86_64-unknown-linux-gnu
189189
cargo-hack-feature-options: '--feature-powerset --exclude-features docs'

0 commit comments

Comments
 (0)