mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Merge pull request #4124 from roc-lang/windows-tests
WIP windows: build tests, run some tests
This commit is contained in:
commit
190a3c2a6f
2 changed files with 14 additions and 4 deletions
|
@ -212,7 +212,7 @@ fn run_command(mut command: Command, flaky_fail_counter: usize) {
|
|||
Err(_) => format!("Failed to run \"{}\"", command_str),
|
||||
};
|
||||
|
||||
// flaky test error that only occurs sometimes inside MacOS ci run
|
||||
// Flaky test errors that only occur sometimes on MacOS ci server.
|
||||
if error_str.contains("FileNotFound")
|
||||
|| error_str.contains("unable to save cached ZIR code")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue