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 79fc19e commit 9a1ccf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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
###########test

- name: check folder
run: ls

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

0 comments on commit 9a1ccf9

Please sign in to comment.