Add more output to Build CLI CI test.

This commit is contained in:
bvanvugt 2020-12-11 10:10:27 -08:00
parent 6f6bd03f88
commit 08b4fba8e0

View file

@ -58,4 +58,6 @@ jobs:
with: with:
go-version: '1.13' go-version: '1.13'
- name: Run go build - name: Run go build
run: go build ./cli/battlesnake run: |
go build ./cli/battlesnake
./battlesnake --help