|
39 | 39 | cargo check --all-targets --no-default-features --features async-std,sparse |
40 | 40 | cargo check --all-targets --no-default-features --features async-std,sparse,cache |
41 | 41 | cargo test --no-default-features --features js_interop_tests,tokio |
| 42 | + cargo test --no-default-features --features js_interop_tests,tokio,shared-core |
42 | 43 | cargo test --no-default-features --features js_interop_tests,tokio,sparse |
43 | 44 | cargo test --no-default-features --features js_interop_tests,tokio,sparse,cache |
44 | 45 | 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 |
45 | 47 | cargo test --no-default-features --features js_interop_tests,async-std,sparse |
46 | 48 | cargo test --no-default-features --features js_interop_tests,async-std,sparse,cache |
47 | 49 | cargo test --benches --no-default-features --features tokio |
|
64 | 66 | cargo check --all-targets --no-default-features --features async-std,sparse |
65 | 67 | cargo check --all-targets --no-default-features --features async-std,sparse,cache |
66 | 68 | cargo test --no-default-features --features tokio |
| 69 | + cargo test --no-default-features --features tokio,shared-core |
67 | 70 | cargo test --no-default-features --features tokio,sparse |
68 | 71 | cargo test --no-default-features --features tokio,sparse,cache |
69 | 72 | cargo test --no-default-features --features async-std |
| 73 | + cargo test --no-default-features --features async-std,shared-core |
70 | 74 | cargo test --no-default-features --features async-std,sparse |
71 | 75 | cargo test --no-default-features --features async-std,sparse,cache |
72 | 76 | cargo test --benches --no-default-features --features tokio |
|
89 | 93 | cargo check --all-targets --no-default-features --features async-std,sparse |
90 | 94 | cargo check --all-targets --no-default-features --features async-std,sparse,cache |
91 | 95 | cargo test --no-default-features --features js_interop_tests,tokio |
| 96 | + cargo test --no-default-features --features js_interop_tests,tokio,shared-core |
92 | 97 | cargo test --no-default-features --features js_interop_tests,tokio,sparse |
93 | 98 | cargo test --no-default-features --features js_interop_tests,tokio,sparse,cache |
94 | 99 | 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 |
95 | 101 | cargo test --no-default-features --features js_interop_tests,async-std,sparse |
96 | 102 | cargo test --no-default-features --features js_interop_tests,async-std,sparse,cache |
97 | 103 | cargo test --benches --no-default-features --features tokio |
|
0 commit comments