We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da3c5b commit 9a58862Copy full SHA for 9a58862
.github/workflows/rust.yml
@@ -55,7 +55,6 @@ jobs:
55
run: make test
56
- name: Check features
57
run: |
58
- make test
59
cargo check --benches --all-features
60
cargo check --no-default-features --features tokio-comp
61
# Remove dev-dependencies so they do not enable features accidentally
0 commit comments