Make the go build action more verbose

pull/35/head
Elis Popescu 3 years ago committed by GitHub
parent de15db1ca0
commit 5ab9061d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,4 +19,4 @@ jobs:
go-version: 1.15
- name: Build
run: go build -mod=vendor -ldflags "-X main.version=0.0.1" && test $(./tty-share --version) = 0.0.1
run: go build -x -v -mod=vendor -ldflags "-X main.version=0.0.1" && test $(./tty-share --version) = 0.0.1

Loading…
Cancel
Save