Update test.yaml
Build binary too
This commit is contained in:
parent
ef595ed0c9
commit
5470c4c5d3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -16,4 +16,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Test
|
||||
run: make test
|
||||
run: make test
|
||||
- name: Build
|
||||
run: make build
|
||||
|
|
Loading…
Reference in a new issue