mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Print coverage info while running tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user