Skip to content

Commit ce5e09c

Browse files
committed
Rolled back + added ls for mingw
1 parent e0d55b7 commit ce5e09c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build main target
5050
shell: bash
5151
run: |
52-
cmake --build cmake-build-release || echo "Built with errors"
52+
cmake --build cmake-build-release --target cpp_tests || echo "Built with errors"
5353
5454
- name: Build tests target
5555
shell: bash
@@ -77,6 +77,7 @@ jobs:
7777
run: |
7878
if [ "$RUNNER_OS" == "Windows" ]; then
7979
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
80+
ls -La
8081
./cpp_tests_tests.exe
8182
else
8283
./cpp_tests_tests.exe

0 commit comments

Comments
 (0)