From 35dbca75520f1dbabcaef6fdaa4e290d8b6ef7fb Mon Sep 17 00:00:00 2001 From: Michael Programs Date: Tue, 10 Sep 2024 22:06:01 -0400 Subject: [PATCH] add log/catch and log/runtime to test output --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37de7634..c010a139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,9 @@ jobs: include: "lib/secure/etc/nightmare-residuum.config" - name: Run Tests - run: ./build/bin/driver lib/secure/etc/nightmare-residuum.config -ftest + run: | + ./build/bin/driver lib/secure/etc/nightmare-residuum.config -ftest + echo 'log/catch:' && cat lib/log/catch + echo 'log/runtime:' && cat lib/log/runtime shell: bash timeout-minutes: 1 \ No newline at end of file