diff --git a/playbooks/system-test.yaml b/playbooks/system-test.yaml index 6660e12..c2eff3f 100644 --- a/playbooks/system-test.yaml +++ b/playbooks/system-test.yaml @@ -24,7 +24,7 @@ creates: '{{ toolbox_bin }}' - name: Run system tests - command: bats ./test/system + command: bats --timing ./test/system environment: PODMAN: '/usr/bin/podman' TOOLBOX: '{{ toolbox_bin }}'