Skip to content

Commit

Permalink
add ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Nov 27, 2023
1 parent 052aec4 commit 28832bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ jobs:
cargo build --release -p test-no-std --features node-api,
cargo build --release -p test-no-std --features primitives,

# Check build of stand-alone features.
cargo check --no-default-features,
cargo check --no-default-features --features sync-api,
cargo check --no-default-features --features jsonrpsee-client,
cargo check --no-default-features --features tungstenite-client,
cargo check --no-default-features --features ws-client,
cargo check --no-default-features --features staking-xt,
cargo check --no-default-features --features contracts-xt,
cargo check --no-default-features --features std,

# Test for 32 bit and wasm32-unknown-unknown compatibility
cargo build --target wasm32-unknown-unknown --no-default-features --features sync-api,

Expand Down

0 comments on commit 28832bb

Please sign in to comment.