Skip to content

Commit

Permalink
chore: Fix CI build step name (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Sep 15, 2024
1 parent 661e9c7 commit 7b8f73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b8f73a

Please sign in to comment.