From 05c37292be8d5f7cdc76fc91930def4303cfdcbf Mon Sep 17 00:00:00 2001 From: bialger Date: Thu, 1 Aug 2024 23:55:34 +0300 Subject: [PATCH] Fixed CI/CD, attempt 2 --- .github/workflows/ci_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 5de4744..d20306a 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -73,9 +73,9 @@ jobs: run: | if [ "$RUNNER_OS" == "Windows" ]; then if [ "${{ matrix.config.cxx }}" == "g++" ]; then - echo "Currently unable to run tests on ${{ matrix.config.name }}" -# ./cpp_tests_tests.exe -# See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451 + echo "Currently unable to run tests on ${{ matrix.config.name }}" + # ./cpp_tests_tests.exe + # See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451 else ./cpp_tests_tests.exe fi