Skip to content
Snippets Groups Projects
Commit 91734e88 authored by Nick Thomas's avatar Nick Thomas
Browse files

Run the tests with more verbose output and a shorter timeout

parent fa989042
No related branches found
No related tags found
1 merge request!20Resolve "Gitlab daemon crashing. Omnibus installation (Ubuntu 14.04)"
Loading
Loading
@@ -40,10 +40,10 @@ complexity:
 
test:
go get golang.org/x/tools/cmd/cover
go test ./... -cover
go test ./... -cover -v -timeout 1m
 
acceptance: gitlab-pages
go test ./... -run-acceptance-tests
go test ./... -run-acceptance-tests -v -timeout 1m
 
docker:
docker run --rm -it -v ${PWD}:/go/src/pages -w /go/src/pages golang:1.5 /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment