hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.97k stars 1.04k forks source link

doc(test): use -race for tests by default #1035

Closed gen2thomas closed 1 year ago

gen2thomas commented 1 year ago

Solved issues and/or description of the change

after fix all data race detections, the -race flag is used by default in the CI tests

this partially fix #1017

Checklist