Skip to content

Commit

Permalink
ci: add build check
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-gao committed May 24, 2024
1 parent 4982832 commit 836dc31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.13

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

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

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

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

0 comments on commit 836dc31

Please sign in to comment.