mirror of https://github.com/knative/client.git
Restore the default unit test runner
This commit is contained in:
parent
a8b0389146
commit
e66116ba2f
|
@ -51,10 +51,5 @@ function post_build_tests() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Run the unit tests
|
||||
function unit_tests() {
|
||||
report_go_test -race ./... || failed=1
|
||||
}
|
||||
|
||||
# We use the default build and integration test runners.
|
||||
main "$@"
|
||||
|
|
Loading…
Reference in New Issue