From c1c6c5d5598ee6e74d5d830bf9d3cbf59e55adc9 Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Thu, 30 Nov 2023 11:02:08 +0100 Subject: [PATCH] better name --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e6ab2ea..3b479f3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -37,7 +37,7 @@ jobs: - name: Run tests all features run: cargo test --verbose --all-features # RC Provider - - name: Build Debug all features + - name: Build Debug RC provider all features working-directory: rust_crypto_provider run: cargo build --verbose --all-features # Apple Silicon