summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2020-09-24 13:14:39 -0700
committerGitHub <noreply@github.com>2020-09-24 20:14:39 +0000
commitffa5bdb22db066b531e45b42d0cb236c3916eee2 (patch)
tree8c7b1aecbe73f4730b382968974e8aad45af5770 /.github
parenta1d0681cd2e581b1f6767126858d2f3d5d8992f5 (diff)
chore: remove internal io-readiness cargo feature (#2878)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 16da8c95..2a07b32f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -150,11 +150,11 @@ jobs:
run: cargo install cargo-hack
- name: check --each-feature
- run: cargo hack check --all --each-feature --skip io-driver,io-readiness -Z avoid-dev-deps
+ run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps
# Try with unstable feature flags
- name: check --each-feature --unstable
- run: cargo hack check --all --each-feature --skip io-driver,io-readiness -Z avoid-dev-deps
+ run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps
env:
RUSTFLAGS: --cfg tokio_unstable -Dwarnings