Skip to content

Commit

Permalink
Building project
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Hongtao <[email protected]>
  • Loading branch information
hanahmily committed Sep 8, 2024
1 parent d3da80d commit 7526974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: make check-req
- name: Generate codes
run: make generate
- name: Build
run: make build
- name: Lint
run: make lint
- name: Generate dependencies licenses
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
run: GOPROXY=https://proxy.golang.org go mod download
- name: Generate mocks
run: make generate
- name: Build
run: make build
- name: Test integration and banyand
run: TEST_CI_OPTS="--cover --covermode atomic --coverprofile=coverage.out ${{ inputs.options }}" make test-ci
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 7526974

Please sign in to comment.