Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneKroon authored May 17, 2024
1 parent c281d39 commit a3dd58d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ jobs:
with:
go-version: '1.20'

- name: Proto
uses: kubitre/proto_action@v1.2
with:
dir_with_proto_name: ./
path_generated: ./

- name: Build
run: protoc hashring.proto --go-grpc_out=./ --go_out=./ && go build -v ./...
run: go build -v ./...

- name: Test
run: go test -v ./...

0 comments on commit a3dd58d

Please sign in to comment.