Skip to content

Commit af06e12

Browse files
authored
cargo update and disable wasm check (#862)
* disable wasm check * cargo update
1 parent cd561c9 commit af06e12

File tree

2 files changed

+1794
-624
lines changed

2 files changed

+1794
-624
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
cargo build --release -p ac-examples-wasm --examples --target wasm32-unknown-unknown,
7373

7474
# Test for 32 bit and wasm32-wasip1 compatibility
75-
cargo build -p substrate-api-client --target wasm32-wasip1 --no-default-features --features std --features staking-xt --features contracts-xt --features sync-api,
75+
# As of PR https://github.com/scs/substrate-api-client/pull/858 this check fails
76+
# See https://github.com/scs/substrate-api-client/issues/513 for more infos.
77+
# cargo build -p substrate-api-client --target wasm32-wasip1 --no-default-features --features std --features staking-xt --features contracts-xt --features sync-api,
7678

7779
# Compile examples and integration test separately to ensure features are not cross-imported
7880
cargo test --release -p ac-examples-async,

0 commit comments

Comments
 (0)