From 4d4d510f22a9acaaff5b144c873376832e085eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietrich=20Kr=C3=B6nke?= Date: Fri, 29 Jul 2022 11:45:48 +0200 Subject: [PATCH] iox-#1547 Enable log output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dietrich Krönke --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 0971b5ddfc..3c1f126ecf 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -139,7 +139,7 @@ jobs: # Build everything including stresstests bazel build //... # We exclude the sofi stresstest in CI since we cannot set the CPU Affinity in the GitHub Action Runners - bazel test //... --deleted_packages=iceoryx_hoofs/test/stresstests + bazel test //... --deleted_packages=iceoryx_hoofs/test/stresstests --test_output=all coverage-and-docs: runs-on: ubuntu-20.04