Print coverage info while running tests
This commit is contained in:
parent
ec2e3d4f49
commit
81f1f6832f
|
@ -10,4 +10,4 @@ go build -o $TEMPDIR/nomad || exit 1
|
|||
|
||||
# Run the tests
|
||||
echo "--> Running tests"
|
||||
go list ./... | PATH=$TEMPDIR:$PATH xargs -n1 go test -timeout=40s
|
||||
go list ./... | PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=40s
|
||||
|
|
Loading…
Reference in New Issue