maint: use --tap flag to reduce zunit test output (#246)

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
vladislav doster 2022-05-05 00:36:39 -04:00 committed by GitHub
parent 596d2e7346
commit 693498484a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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