Skip to content

Commit fbb2b99

Browse files
committed
run test with default features
1 parent cf22e5a commit fbb2b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
cargo check --all-targets
3434
cargo check --all-targets --no-default-features --features tokio
3535
cargo check --all-targets --no-default-features --features async-std
36+
cargo test --features js_interop_tests
3637
cargo test --no-default-features --features js_interop_tests,tokio
3738
cargo test --no-default-features --features js_interop_tests,async-std
3839
cargo test --benches

0 commit comments

Comments
 (0)