Commit 9138eac4 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Right args to go get install it.

parent 1510dedd
Pipeline #1117 failed with stage
in 1 minute and 49 seconds
......@@ -22,8 +22,7 @@ test:
- ls
- mkdir -p /go/src/github.com/nsheridan
- ln -s $PWD /go/src/github.com/nsheridan/cashier
- go get -u all
- go install -v ./cmd/cashier ./cmd/cashierd
- go get github.com/nsheridan/cashier/cmd/cashier github.com/nsheridan/cashier/cmd/cashierd
- go list ./... |grep -v vendor/ |xargs go test
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
- go list ./... |grep -v vendor/ |xargs go vet
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment