From e9318132d8a6f393371be7abd4144a641b54fdd9 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Tue, 29 Aug 2023 08:49:14 -0700 Subject: [PATCH] fix missing space in cargo package CI command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ff05fbb..29c7fd50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: - run: cargo test --features fips name: Run tests - name: Test boring-sys cargo package (FIPS) - run: cargo package -p boring-sys--features fips + run: cargo package -p boring-sys --features fips test-features: