From 4438f1b8a093f526dc0924225fa13baae699a292 Mon Sep 17 00:00:00 2001 From: Marta Mularczyk Date: Thu, 17 Oct 2024 13:35:49 +0200 Subject: [PATCH] Fix typo --- .github/workflows/features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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