Update test.yaml

Build binary too
This commit is contained in:
Antonio Navarro Perez 2020-08-02 20:33:59 +02:00 committed by GitHub
parent ef595ed0c9
commit 5470c4c5d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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