Skip to content

Commit

Permalink
fix(cicd): test gemini building property
Browse files Browse the repository at this point in the history
gemini is build at `./cmd/gemini/`, by mistake we where building tests before
  • Loading branch information
Dmitry Kropachev committed May 20, 2023
1 parent d8477cc commit 474b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Build
run: |
go build .
go build ./cmd/gemini/

0 comments on commit 474b656

Please sign in to comment.