We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf22e5a commit fbb2b99Copy full SHA for fbb2b99
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
cargo check --all-targets
34
cargo check --all-targets --no-default-features --features tokio
35
cargo check --all-targets --no-default-features --features async-std
36
+ cargo test --features js_interop_tests
37
cargo test --no-default-features --features js_interop_tests,tokio
38
cargo test --no-default-features --features js_interop_tests,async-std
39
cargo test --benches
0 commit comments