Skip to content

Commit

Permalink
test only dssp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Mar 9, 2024
1 parent bffc647 commit 186aaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release

- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: ctest --build-config Release --output-on-failure --label-regex unit-test-dssp
working-directory: ${{ steps.strings.outputs.build-output-dir }}/test
run: ctest --build-config Release --output-on-failure

0 comments on commit 186aaf8

Please sign in to comment.