aboutsummaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-26 13:17:19 +0000
committerGitHub <[email protected]>2020-01-26 13:17:19 +0000
commitd1330a4a65f0113c687716a5a679239af4df9c11 (patch)
treee32c7483d541e3d38668f44d2ed61a21151dbed8 /bors.toml
parent13743d10734018b1765b26993044cd4f455fff5a (diff)
parent9faebd9d646e54aaec81a36ff08b45389344e23b (diff)
Merge #2906
2906: Fix thread priority problems on windows r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'bors.toml')
-rw-r--r--bors.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bors.toml b/bors.toml
index bf5553df4..0bc71860f 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,6 +1,6 @@
1status = [ 1status = [
2 "Rust (ubuntu-latest)", 2 "Rust (ubuntu-latest)",
3 # "Rust (windows-latest)", 3 "Rust (windows-latest)",
4 "Rust (macos-latest)", 4 "Rust (macos-latest)",
5 "TypeScript" 5 "TypeScript"
6] 6]