Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored Apr 11, 2024
1 parent aeef64a commit 5c3e775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: go_ins_2
run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

- name: generate
run: go generate ./...
# - name: generate
# run: go generate ./...

- name: check version
run: go version

- name: check folder
run: ls

- name: do tests
run: go test -v ./...
# - name: do tests
# run: go test -v ./...

0 comments on commit 5c3e775

Please sign in to comment.