We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b207e commit 05c3729Copy full SHA for 05c3729
.github/workflows/ci_tests.yml
@@ -73,9 +73,9 @@ jobs:
73
run: |
74
if [ "$RUNNER_OS" == "Windows" ]; then
75
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
76
- echo "Currently unable to run tests on ${{ matrix.config.name }}"
77
-# ./cpp_tests_tests.exe
78
-# 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
79
else
80
./cpp_tests_tests.exe
81
fi
0 commit comments