Skip to content

Commit cf22e5a

Browse files
committed
check with --all-targets and default features
1 parent 9ce0054 commit cf22e5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
components: rustfmt
3131
- name: Run tests
3232
run: |
33-
cargo check --no-default-features --features tokio
34-
cargo check --no-default-features --features async-std
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
3536
cargo test --no-default-features --features js_interop_tests,tokio
3637
cargo test --no-default-features --features js_interop_tests,async-std
3738
cargo test --benches

0 commit comments

Comments
 (0)