mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-18 21:21:10 +02:00
With Go 1.14.3 we can run race-enabled code on muslc, so this opens path to run unit-tests-race under Talos environment with rootfs, enabling all the tests to run under race detector. Also fixed the tests run by specifying platform in the test environment. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>