Skip to content

Commit

Permalink
Remove redundant step name
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Kartago Lamida <me@lamida.net>
  • Loading branch information
lamida committed May 14, 2024
1 parent 86175ff commit 14c9835
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Display Go Version
- name: Display Go version
run: go version
- name: Run Go mod check
- name: Go mod check
run: make mod-check
- name: Run lint
- name: Lint
run: make lint
- name: Run test
- name: Test
run: make test
- name: Run test benchmarks
- name: Test benchmarks
run: make test-benchmarks
- name: Run check protos and generate Go code from the proto files
- name: Regenerate and check protos
run: |
apt-get update && apt-get -y install unzip
go mod vendor
Expand Down

0 comments on commit 14c9835

Please sign in to comment.