Commit 25037e0d authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

See where we are.

parent b7f45727
Pipeline #1111 failed with stage
in 49 seconds
......@@ -13,6 +13,8 @@ services:
test:
type: test
script:
- pwd
- ls
- go install -v ./cmd/cashier ./cmd/cashierd
- go list ./... |grep -v vendor/ |xargs go test
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
......
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