Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix cmake test path to match build
  • Loading branch information
dmah42 committed Jan 30, 2025
commit 308f3885285519648e55b89b127e79573517cb66
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ jobs:

- name: test
shell: msys2 {0}
working-directory: ${{ runner.workspace }}/_build
working-directory: _build
run: ctest -C ${{ matrix.build_type }} -VV
Loading