Skip to content

Commit

Permalink
ci(workflow): use dedicated build-go goal for binary compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Dec 22, 2024
1 parent 0ba3ab9 commit b5519b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build go project
run: |
make build
make build-go
build-docker:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Install AXONE blockchain
run: |
make build && make install
make build-go && make install
- name: Initialize blockchain
run: |
Expand Down

0 comments on commit b5519b8

Please sign in to comment.