summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 975ed5c4..07f6d2a1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,11 +53,6 @@ jobs:
run: cargo test --features full
working-directory: tokio
- # Check `tokio` with `full + parking_lot` to make sure it compiles.
- - name: check tokio full,parking_lot
- run: cargo check --features full,parking_lot
- working-directory: tokio
-
# Test **all** crates in the workspace with all features.
- name: test all --all-features
run: cargo test --workspace --all-features