Skip to content

Commit

Permalink
chore: fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhigh committed May 24, 2024
1 parent 53b2abb commit 201d973
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
go-version-file: './go.mod'

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

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

0 comments on commit 201d973

Please sign in to comment.