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 9ce0054 commit cf22e5aCopy full SHA for cf22e5a
.github/workflows/ci.yml
@@ -30,8 +30,9 @@ jobs:
30
components: rustfmt
31
- name: Run tests
32
run: |
33
- cargo check --no-default-features --features tokio
34
- cargo check --no-default-features --features async-std
+ cargo check --all-targets
+ cargo check --all-targets --no-default-features --features tokio
35
+ cargo check --all-targets --no-default-features --features async-std
36
cargo test --no-default-features --features js_interop_tests,tokio
37
cargo test --no-default-features --features js_interop_tests,async-std
38
cargo test --benches
0 commit comments