github.com/0xKiwi/rules_go@v0.24.3/tests/core/race/README.rst (about)

     1  race instrumentation
     2  ====================
     3  
     4  race_test
     5  ---------
     6  
     7  Embeds a library that triggers a data race inside a binary and a test.
     8  Verifies that no race is reported by default and a race is reported when either
     9  target is build with the ``race = "on"`` attribute or the ``--features=race``
    10  flag.