toolbox/playbooks/unit-test.yaml
Ondřej Míchal c33075f3e1 playbooks: Unify test setup for system & unit tests
There is no significant benefit in keeping this configuration separated.
Now the to-be installed packages are tracked in a single place and the
test playbooks only call the relevant tests.

This was pointed out by in 6063eb27b9

https://github.com/containers/toolbox/pull/898
2021-10-22 16:43:38 +03:00

7 lines
137 B
YAML

---
- hosts: all
tasks:
- name: Test
command: ninja -C builddir test
args:
chdir: '{{ zuul.project.src_dir }}'