Skip to content

Commit

Permalink
Updated paths in MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 13, 2024
1 parent 8ff873b commit 1ab8dcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
cmake --build cmake-build-debug --target cpp_tests_tests || echo Built with errors
- name: Run program
working-directory: .\cmake-build-release\bin
working-directory: .\cmake-build-release
run: |
.\cpp_tests.exe --help
- name: Run tests
working-directory: .\cmake-build-debug\tests
working-directory: .\cmake-build-debug
run: |
echo "Currently unable to run tests on Windows Latest MinGW. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
% .\cpp_tests_tests.exe
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create CMake cache
shell: bash
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
name: Find memory leaks in tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install valgrind
run: |
Expand Down

0 comments on commit 1ab8dcc

Please sign in to comment.