Merge pull request #4124 from roc-lang/windows-tests

WIP windows: build tests, run some tests
This commit is contained in:
Folkert de Vries 2022-11-01 22:32:55 +01:00 committed by GitHub
commit 190a3c2a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 4 deletions

View file

@ -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")
{