Skip to content

Commit

Permalink
💚 Fix CI Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
maiqingqiang committed May 14, 2023
1 parent 93e0c9c commit a6a3b7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
go-version: 1.16

- name: Generate
run: go generate -v ./...

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit a6a3b7b

Please sign in to comment.