Use full testing program path on Windows

This commit is contained in:
Ivan Kravets
2022-05-10 11:59:59 +03:00
parent cda7a97e67
commit 960edb5611
4 changed files with 9 additions and 8 deletions

View File

@@ -436,10 +436,6 @@ void unittest_uart_end(){}
validate_cliresult(result)
@pytest.mark.skipif(
sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS") == "true",
reason="skip Github Actions on Windows (MinGW issue)",
)
def test_doctest_framework(clirunner, tmp_path: Path):
project_dir = tmp_path / "project"
project_dir.mkdir()