Skip to content

Commit 9a0c11e

Browse files
author
Daniel Zagaynov
committed
GH_actions.development: run tests in verbose mode and always dump log
1 parent 2a00265 commit 9a0c11e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/linux_development.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Prepare
2828
run: meson linux_build
2929
- name: Run tests
30-
run: meson test -C linux_build
30+
run: meson test -C linux_build --verbose
3131
- name: Print log on failure
32-
if: failure()
3332
run: cat linux_build/meson-logs/testlog.txt

.github/workflows/macos_development.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Prepare
2323
run: meson macos_build
2424
- name: Run tests
25-
run: meson test -C macos_build
25+
run: meson test -C macos_build --verbose
2626
- name: Print log on failure
27-
if: failure()
2827
run: cat macos_build/meson-logs/testlog.txt

0 commit comments

Comments
 (0)