diff --git a/.github/workflows/features.yml b/.github/workflows/features.yml index ccabb450..598c54f8 100644 --- a/.github/workflows/features.yml +++ b/.github/workflows/features.yml @@ -22,4 +22,4 @@ jobs: - name: Install cargo-hack run: cargo install cargo-hack - name: Build one feature at a time - run: cargo hack build --each-feature --workspace --exclude harness_client,,mls-rs-crypto-awslc + run: cargo hack build --each-feature --workspace --exclude harness_client,mls-rs-crypto-awslc