Skip to content

Commit

Permalink
CI: run with GDB
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <julian@oes.ch>
  • Loading branch information
julianoes committed Aug 26, 2023
1 parent 3d103fe commit c1a07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: unit tests
run: ./build/src/unit_tests/unit_tests_runner
- name: system tests
run: ./build/src/system_tests/system_tests_runner --gtest_catch_exceptions=0
run: gdb -batch -ex "run" -ex "bt" --args ./build/src/system_tests/system_tests_runner --gtest_catch_exceptions=0
- name: check core files
if: failure()
run: |
Expand Down

0 comments on commit c1a07ad

Please sign in to comment.