Skip to content

Commit 4872474

Browse files
committed
ci(workflow): use dedicated build-go goal for binary compilation
1 parent e318a73 commit 4872474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build go project
2929
run: |
30-
make build
30+
make build-go
3131
3232
build-docker:
3333
runs-on: ubuntu-22.04

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Install AXONE blockchain
8686
run: |
87-
make build && make install
87+
make build-go && make install
8888
8989
- name: Initialize blockchain
9090
run: |

0 commit comments

Comments
 (0)