diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3f7838d..d9c6b70ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,9 @@ jobs: - name: Build workspace run: cargo build + - name: Build no-features + run: cargo build -p kube --no-default-features + if: matrix.os == 'ubuntu-latest' # only linux tests all feature combinations - name: Build no-tls run: cargo build -p kube --no-default-features --features=client if: matrix.os == 'ubuntu-latest' # only linux tests all feature combinations