mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
ci: disable verbose output and parallel execution in zunit
Updated zunit configuration to disable verbose output and parallel execution.
This commit is contained in:
parent
1bd68690d4
commit
7e2bb9f826
|
|
@ -4,4 +4,11 @@ directories:
|
||||||
support: tests/_support
|
support: tests/_support
|
||||||
tests: tests
|
tests: tests
|
||||||
fail_fast: false
|
fail_fast: false
|
||||||
verbose: true
|
# Both parallel keys stay false, and the flags stay on the command line.
|
||||||
|
# zunit's config booleans are one-way -- there is no --no-parallel or
|
||||||
|
# --no-verbose -- so a `true' here could never be turned off again, not even
|
||||||
|
# for `zunit run tests/commands.zunit@"help"'. parallel_slice additionally
|
||||||
|
# implies parallel, and only does anything for a run that queues one file.
|
||||||
|
parallel: false
|
||||||
|
parallel_slice: false
|
||||||
|
verbose: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue