tests: enable multi-threaded x86_64-windows tests with self-hosted

This commit is contained in:
Jakub Konka 2023-03-28 15:49:26 +02:00
parent 70838d34aa
commit 1c5f255789

View File

@ -112,7 +112,6 @@ const test_targets = blk: {
.os_tag = .windows,
.abi = .gnu,
},
.single_threaded = true, // https://github.com/ziglang/zig/issues/15075
.backend = .stage2_x86_64,
},