Skip to content

Commit

Permalink
chore: update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhigh committed Jan 31, 2024
1 parent ccee22e commit 3aeae12
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@ jobs:

- name: Test producer
working-directory: ./producer
run: go test -v ./cmd/server

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './consumer/go.mod'

- name: Build consumer
working-directory: ./consumer
run: go build -v -o ./server ./cmd/server

- name: Test consumer
working-directory: ./consumer
run: go test -v ./cmd/server

0 comments on commit 3aeae12

Please sign in to comment.