Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya authored Feb 24, 2020
1 parent 2b1cfcd commit 4abe3ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
fi
- name: Build
run: go build -v daemon/
run: |
cd daemon
go build -v .

0 comments on commit 4abe3ee

Please sign in to comment.