Skip to content

Commit

Permalink
Run meson test in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Jan 28, 2025
1 parent 7590387 commit bd0133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: cd build && meson compile

- name: Run tests
run: cd build && meson test
run: cd build && meson test --verbose

0 comments on commit bd0133e

Please sign in to comment.