From 7a41dc0c6b9ddb6420489fb83ebe33325b516bd7 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 4 Dec 2023 22:42:33 +0000 Subject: [PATCH] Update .github/workflows/ci-build-crates.yml Co-authored-by: Marek --- .github/workflows/ci-build-crates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-crates.yml b/.github/workflows/ci-build-crates.yml index e3a5e3f8c5f..4067a19efac 100644 --- a/.github/workflows/ci-build-crates.yml +++ b/.github/workflows/ci-build-crates.yml @@ -2,7 +2,7 @@ # 1. A matrix is generated dynamically to identify each crate in the repository. # 2. This matrix is checked for validity. # 3. Each identified crate undergoes three build processes: -# - With no default features. +# - With no features. # - With the default features. # - With all the features enabled. # 4. In case of build failures outside of pull requests, an issue is either opened or updated