diff --git a/tests/commands/test_test.py b/tests/commands/test_test.py index 8d7aee75..466df517 100644 --- a/tests/commands/test_test.py +++ b/tests/commands/test_test.py @@ -437,7 +437,7 @@ void unittest_uart_end(){} @pytest.mark.skipif( - sys.platform == "win32" and os.environ.get("GITHUB_ACTIONS"), + 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):