Skip to content

Commit 659275d

Browse files
committed
Add shared-core tests to CI
1 parent d6dd673 commit 659275d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ jobs:
3939
cargo check --all-targets --no-default-features --features async-std,sparse
4040
cargo check --all-targets --no-default-features --features async-std,sparse,cache
4141
cargo test --no-default-features --features js_interop_tests,tokio
42+
cargo test --no-default-features --features js_interop_tests,tokio,shared-core
4243
cargo test --no-default-features --features js_interop_tests,tokio,sparse
4344
cargo test --no-default-features --features js_interop_tests,tokio,sparse,cache
4445
cargo test --no-default-features --features js_interop_tests,async-std
46+
cargo test --no-default-features --features js_interop_tests,async-std,shared-core
4547
cargo test --no-default-features --features js_interop_tests,async-std,sparse
4648
cargo test --no-default-features --features js_interop_tests,async-std,sparse,cache
4749
cargo test --benches --no-default-features --features tokio
@@ -64,9 +66,11 @@ jobs:
6466
cargo check --all-targets --no-default-features --features async-std,sparse
6567
cargo check --all-targets --no-default-features --features async-std,sparse,cache
6668
cargo test --no-default-features --features tokio
69+
cargo test --no-default-features --features tokio,shared-core
6770
cargo test --no-default-features --features tokio,sparse
6871
cargo test --no-default-features --features tokio,sparse,cache
6972
cargo test --no-default-features --features async-std
73+
cargo test --no-default-features --features async-std,shared-core
7074
cargo test --no-default-features --features async-std,sparse
7175
cargo test --no-default-features --features async-std,sparse,cache
7276
cargo test --benches --no-default-features --features tokio
@@ -89,9 +93,11 @@ jobs:
8993
cargo check --all-targets --no-default-features --features async-std,sparse
9094
cargo check --all-targets --no-default-features --features async-std,sparse,cache
9195
cargo test --no-default-features --features js_interop_tests,tokio
96+
cargo test --no-default-features --features js_interop_tests,tokio,shared-core
9297
cargo test --no-default-features --features js_interop_tests,tokio,sparse
9398
cargo test --no-default-features --features js_interop_tests,tokio,sparse,cache
9499
cargo test --no-default-features --features js_interop_tests,async-std
100+
cargo test --no-default-features --features js_interop_tests,async-std,shared-core
95101
cargo test --no-default-features --features js_interop_tests,async-std,sparse
96102
cargo test --no-default-features --features js_interop_tests,async-std,sparse,cache
97103
cargo test --benches --no-default-features --features tokio

0 commit comments

Comments
 (0)