From 92a1333bb0c4a0125da5e711a81edad66ea13a97 Mon Sep 17 00:00:00 2001 From: Hiram Chirino Date: Wed, 12 Jun 2024 09:13:30 -0400 Subject: [PATCH] =?UTF-8?q?Run=20cargo=20check=20with=20=E2=80=94all-featu?= =?UTF-8?q?res.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hiram Chirino --- .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 df8931c7..a64392ba 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: - uses: abelfodil/protoc-action@v1 with: protoc-version: '3.19.4' - - run: cargo check + - run: cargo check --all-features test: name: Test Suite