From f0f4ee7d91dcb5dd51eb5e5c9d9b063bf545674e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 3 Oct 2021 00:16:44 +0200 Subject: [PATCH] CI-windows.yml: write comment with :: --- .github/workflows/CI-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-windows.yml b/.github/workflows/CI-windows.yml index 652f85f34..42ac1d489 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -126,7 +126,7 @@ jobs: :: since FILESDIR is not set copy the binary to the root so the addons are found copy .\build\bin\Release\cppcheck.exe .\cppcheck.exe || exit /b !errorlevel! cd test/cli || exit /b !errorlevel! - #python -m pytest --suppress-no-test-exit-code test-clang-import.py || exit /b !errorlevel! + :: python -m pytest --suppress-no-test-exit-code test-clang-import.py || exit /b !errorlevel! python -m pytest test-helloworld.py || exit /b !errorlevel! python -m pytest test-inline-suppress.py || exit /b !errorlevel! python -m pytest test-more-projects.py || exit /b !errorlevel!