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 ce5e09c commit b1b207eCopy full SHA for b1b207e
.github/workflows/ci_tests.yml
@@ -61,11 +61,7 @@ jobs:
61
working-directory: ./cmake-build-release
62
run: |
63
if [ "$RUNNER_OS" == "Windows" ]; then
64
- if [ "${{ matrix.config.cxx }}" == "g++" ]; then
65
- ./cpp_tests.exe --help
66
- else
67
68
- fi
+ ./cpp_tests.exe --help
69
else
70
cd bin
71
./cpp_tests --help
@@ -77,8 +73,9 @@ jobs:
77
73
78
74
79
75
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
80
- ls -La
81
- ./cpp_tests_tests.exe
76
+ 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
82
83
./cpp_tests_tests.exe
84
fi
0 commit comments