From de9b7474f2673f95efa4130ec566fe63834eed83 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 5 Sep 2023 15:13:37 +1200 Subject: [PATCH] Revert "CI: give up with hunter system_tests" This reverts commit f964fa152887044fcec356e2fe9b35a1d7e5b243. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36784d7dc4..4a0a35553c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -138,8 +138,8 @@ jobs: run: cmake --build build -j2 - name: unit tests run: ./build/src/unit_tests/unit_tests_runner - #- name: system tests # Segfaults, without core dump, can't reproduce it locally, tried everything - # run: ./build/src/system_tests/system_tests_runner + - name: system tests + run: ./build/src/system_tests/system_tests_runner ubuntu22-style-and-proto-check: name: ubuntu-22.04 (style and proto check)