Add more output to Build CLI CI test.
This commit is contained in:
parent
6f6bd03f88
commit
08b4fba8e0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -58,4 +58,6 @@ jobs:
|
|||
with:
|
||||
go-version: '1.13'
|
||||
- name: Run go build
|
||||
run: go build ./cli/battlesnake
|
||||
run: |
|
||||
go build ./cli/battlesnake
|
||||
./battlesnake --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue