chengxilo commented on code in PR #2914:
URL: https://github.com/apache/iggy/pull/2914#discussion_r2914652682
##########
scripts/run-bdd-tests.sh:
##########
Review Comment:
```suggestion
run_suite go-bdd "🐹" "Running Go BDD tests" || exit $?
GO_TEST_EXTRA_FLAGS="-race"
run_suite go-bdd "🐹" "Running Go BDD tests -race" || exit $?
```
Just a minor issue, I think we should run both -race and normal test when
`./scripts/run-bdd-tests.sh all`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]