Skip to content
Snippets Groups Projects
Commit 0672ac5b authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Specify the path correctly for go get.

parent cc5a9278
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -19,7 +19,7 @@ test:
- mkdir -p /go/src/github.com/nsheridan
- ln -s $PWD /go/src/github.com/nsheridan/cashier
- cd /go/src/github.com/nsheridan/cashier
- go get cmd/cashier cmd/cashierd
- go get ./cmd/cashier ./cmd/cashierd
- for i in 1 2 3; do mysql -u$MYSQL_TEST_USER -p$MYSQL_ROOT_PASSWORD -h$MYSQL_TEST_HOST < db/seed.sql && break || true; sleep 3; done
- go list ./... |grep -v vendor/ |xargs go test
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment