Skip to content

Commit

Permalink
Add shared-core tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Oct 23, 2024
1 parent 964b136 commit c9bb30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
cargo test --no-default-features --features js_interop_tests,async-std
cargo test --no-default-features --features js_interop_tests,async-std,sparse
cargo test --no-default-features --features js_interop_tests,async-std,sparse,cache
cargo test --no-default-features --features tokio,shared-core
cargo test --benches --no-default-features --features tokio
cargo test --benches --no-default-features --features async-std
Expand Down

0 comments on commit c9bb30c

Please sign in to comment.