Skip to content

Commit

Permalink
run debug tests in sonar workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Nov 2, 2023
1 parent d0d8f70 commit d78ee7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make -j5 debug debug_test
- name: Run the tests
run: make run_release_debug_test
run: make run_debug_test
- name: Generate coverage reports
run: |
mkdir gcov-reports
Expand Down

0 comments on commit d78ee7e

Please sign in to comment.