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

@ -17,3 +17,5 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test - name: Test
run: make test run: make test
- name: Build
run: make build