We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4898b commit bcb9865Copy full SHA for bcb9865
scripts/test-go.sh
@@ -30,7 +30,7 @@ test_service() {
30
31
echo ">> Testing services/${service}"
32
if [ "${SKIP_NON_GENERATED_FILES}" = true ]; then
33
- go test ${SERVICES_PATH}/${service}/... ${GOTEST_ARGS} # All manually maintained files are in subfolders
+ go test ${SERVICES_PATH}/${service} ${GOTEST_ARGS} # All manually maintained files are in subfolders
34
else
35
go test ${SERVICES_PATH}/${service}/... ${GOTEST_ARGS}
36
fi
0 commit comments