Skip to content

Commit

Permalink
๐Ÿ— Fix test command for Catch2 v3 runner ๐Ÿšจ
Browse files Browse the repository at this point in the history
  • Loading branch information
GHF committed Nov 8, 2023
1 parent 7a30e51 commit 3214237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: ${{github.workspace}}/build
# Coverage processing seems to be broken when run through ctest
# run: ctest -C ${{env.BUILD_TYPE}}
run: ./mays_tests --use-colour=yes
run: ./mays_tests --colour-mode ansi

- name: Process coverage data
if: matrix.coverage == 'ON'
Expand Down

0 comments on commit 3214237

Please sign in to comment.