diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23ed9a3..1ffabe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,9 @@ jobs: - name: Check default-features run: cargo check + - name: Check no default-features + run: cargo check --no-default-features + - name: Check async-tls run: cargo check --features async-tls