Skip to content

Commit

Permalink
Fix bors hanging (#1767)
Browse files Browse the repository at this point in the history
This Pull Request fixes the bors hanging we've had recently
The vm action had been removed but bors was still waiting for it

It changes the following:

- Remove 'Tests on Linux with vm enabled' from the actions to be waited for
  • Loading branch information
RageKnify committed Dec 31, 2021
1 parent 50dda0b commit 56cd7f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# docs https://bors.tech/documentation/
status = [
"Tests on Linux",
"Tests on Linux with vm enabled",
"Tests on Windows",
"Tests on MacOS",
"Rustfmt",
Expand All @@ -11,7 +10,6 @@ status = [
]
pr_status = [
"Tests on Linux",
"Tests on Linux with vm enabled",
"Tests on Windows",
"Tests on MacOS",
"Rustfmt",
Expand Down

0 comments on commit 56cd7f3

Please sign in to comment.