From 7b8f73abfe0d7424a8a385e514399f0341814ffd Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:12:16 +0100 Subject: [PATCH] chore: Fix CI build step name (#372) --- .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 df0482a2..9c82af0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: taiki-e/install-action@nextest # protoc is needed to build examples that have grpc enabled - uses: taiki-e/install-action@protoc - - name: Test + - name: Build run: cargo hack build --each-feature --workspace --clean-per-run --log-group github-actions test: