Skip to content

Commit

Permalink
fix cmake test path to match build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jan 30, 2025
1 parent e7bda47 commit 308f388
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 308f388

Please sign in to comment.