Skip to content

Commit

Permalink
add some short tests to increase coverage (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored Sep 13, 2024
1 parent c850bd5 commit 314d28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
continue-on-error: true
run: |
cd $GITHUB_WORKSPACE/_build
ctest -C Release --output-on-failure -L "unit"
ctest -C Release --output-on-failure -L "unit|short"
- name: Compile coverage reports
run: |
Expand Down

0 comments on commit 314d28c

Please sign in to comment.