mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
maint: use --tap flag to reduce zunit test output (#246)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
596d2e7346
commit
693498484a
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
|
|
@ -60,13 +60,13 @@ jobs:
|
|||
run: rm -rf revolver zunit
|
||||
|
||||
- name: "annexes"
|
||||
run: zunit tests/annexes.zunit
|
||||
run: zunit run --tap tests/annexes.zunit
|
||||
|
||||
- name: "gh-r"
|
||||
run: zunit tests/gh-r.zunit
|
||||
run: zunit run --tap tests/gh-r.zunit
|
||||
|
||||
- name: "plugins"
|
||||
run: zunit tests/plugins.zunit
|
||||
run: zunit run --tap tests/plugins.zunit
|
||||
|
||||
- name: "snippets"
|
||||
run: zunit tests/snippets.zunit
|
||||
run: zunit run --tap tests/snippets.zunit
|
||||
|
|
|
|||
Loading…
Reference in a new issue