Skip to content

Commit

Permalink
Merge branch 'main' into regen-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Dec 3, 2024
2 parents 336107f + 7b5239e commit a3ad2ad
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 a3ad2ad

Please sign in to comment.