Skip to content

Commit

Permalink
Rolled back + added ls for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 1, 2024
1 parent e0d55b7 commit ce5e09c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build main target
shell: bash
run: |
cmake --build cmake-build-release || echo "Built with errors"
cmake --build cmake-build-release --target cpp_tests || echo "Built with errors"
- name: Build tests target
shell: bash
Expand Down Expand Up @@ -77,6 +77,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
ls -La
./cpp_tests_tests.exe
else
./cpp_tests_tests.exe
Expand Down

0 comments on commit ce5e09c

Please sign in to comment.