Skip to content

Commit

Permalink
CI: try to show backtrace
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <julian@oes.ch>
  • Loading branch information
julianoes committed Jul 3, 2023
1 parent ad79e1c commit 70890b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ jobs:
- name: unit tests
run: ./build/src/unit_tests/unit_tests_runner
- name: system tests
run: ./build/src/system_tests/system_tests_runner
run: ./build/src/system_tests/system_tests_runner || true
- name: show backtrace
run: coredumpctl debug

ubuntu22-style-and-proto-check:
name: ubuntu-22.04 (style and proto check)
Expand Down

0 comments on commit 70890b6

Please sign in to comment.