summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2020-09-24 14:36:42 -0700
committerGitHub <noreply@github.com>2020-09-24 21:36:42 +0000
commit56acde069fe7fc57259e72de612f0c91c1320972 (patch)
treea06d5cad65375336dc93441a6f207e3de93fcefe /.github
parentffa5bdb22db066b531e45b42d0cb236c3916eee2 (diff)
chore: remove internal io-driver cargo feature (#2881)
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 2a07b32f..756a7677 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 -Z avoid-dev-deps
+ run: cargo hack check --all --each-feature -Z avoid-dev-deps
# Try with unstable feature flags
- name: check --each-feature --unstable
- run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps
+ run: cargo hack check --all --each-feature -Z avoid-dev-deps
env:
RUSTFLAGS: --cfg tokio_unstable -Dwarnings