Skip to content

Commit

Permalink
add log/catch and log/runtime to test output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelprograms committed Sep 11, 2024
1 parent fa5cc2b commit 35dbca7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35dbca7

Please sign in to comment.