You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci_tests.yml
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -61,12 +61,7 @@ jobs:
61
61
working-directory: ./cmake-build-release
62
62
run: |
63
63
if [ "$RUNNER_OS" == "Windows" ]; then
64
-
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
65
-
cd bin
66
-
./cpp_tests.exe --help
67
-
else
68
-
./cpp_tests.exe --help
69
-
fi
64
+
./cpp_tests.exe --help
70
65
else
71
66
cd bin
72
67
./cpp_tests --help
@@ -78,9 +73,8 @@ jobs:
78
73
run: |
79
74
if [ "$RUNNER_OS" == "Windows" ]; then
80
75
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
81
-
# echo "Currently unable to run tests on ${{ matrix.config.name }}. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
82
-
cd tests
83
-
./cpp_tests_tests.exe
76
+
echo "Currently unable to run tests on ${{ matrix.config.name }}. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
0 commit comments