Update go.yml

This commit is contained in:
Gustavo Iñiguez Goia 2020-02-24 20:03:04 +01:00 committed by GitHub
parent 2b1cfcd6ef
commit 4abe3ee4cc
Failed to generate hash of commit

View file

@ -25,4 +25,6 @@ jobs:
fi fi
- name: Build - name: Build
run: go build -v daemon/ run: |
cd daemon
go build -v .