Restore the default unit test runner

This commit is contained in:
Chris Suszyński 2024-09-02 20:31:08 +02:00
parent a8b0389146
commit e66116ba2f
No known key found for this signature in database
GPG Key ID: 97CCAEB0D718922B
1 changed files with 0 additions and 5 deletions

View File

@ -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 "$@"