CI/CD: change build command
This commit is contained in:
parent
128625e88e
commit
69dd1308ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: make build
|
||||||
|
|
Loading…
Reference in a new issue