Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Dec 20, 2023
1 parent f60f26f commit e1a8588
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
# Test for 32 bit and wasm32-unknown-unknown compatibility
cargo build --target wasm32-unknown-unknown --no-default-features --features sync-api,

# Compile examples separately to ensure features are not cross-imported
# Compile examples and integration test separately to ensure features are not cross-imported
cargo test --release -p ac-examples-async,
cargo test --release -p ac-examples-sync,
cargo build --release -p ac-examples-sync,
cargo build --release -p ac-examples --example runtime_update_async --no-default-features,
cargo test --release -p ac-testing-async,
cargo test --release -p ac-testing-sync,

# Clippy
cargo clippy --workspace --exclude test-no-std -- -D warnings,
Expand Down

0 comments on commit e1a8588

Please sign in to comment.