mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
ci: Do not use verbose logging for tests, just rely on artifacts
Only print errors if any
This commit is contained in:
@ -90,7 +90,7 @@ test_dev:
|
||||
stage: test
|
||||
script:
|
||||
- meson _build -Db_coverage=true
|
||||
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 3
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 3
|
||||
- ninja -C _build coverage
|
||||
- cat _build/meson-logs/coverage.txt
|
||||
artifacts:
|
||||
@ -106,7 +106,7 @@ test_dev_with_sanitizer:
|
||||
stage: test
|
||||
script:
|
||||
- meson _build -Db_sanitize=address
|
||||
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 5
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 5
|
||||
artifacts:
|
||||
name: meson-logs
|
||||
when: on_failure
|
||||
|
||||
Reference in New Issue
Block a user