Skip to content

Commit

Permalink
chore(ci): run go build
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Dec 3, 2024
1 parent 62e4075 commit 28ad226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
rm regen.tgz
- name: Run mod tidy
run: go mod tidy
- name: Build the code
run: go build ./...
- name: Run unit tests
run: go test ./...
- name: Run server coverage
Expand Down

0 comments on commit 28ad226

Please sign in to comment.