Skip to content

Commit

Permalink
Override unit_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnuttall committed Jun 27, 2019
1 parent 56a939f commit 3c81950
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webhooks-extension/test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,12 @@ function pre_integration_tests() {
pushd ${TEST_FOLDER}
}

function unit_tests() {
echo "Using overridden unit_tests"
go test -v -race ./...
echo "unit_tests returning $@"
return $?
}

# We use the default build, unit and integration test runners.
main $@

0 comments on commit 3c81950

Please sign in to comment.