commit | 3415a2a8f1f3b89fa2dcf7f57298d6f59dd35701 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Mar 06 21:16:12 2025 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Mar 07 23:53:47 2025 -0500 |
tree | f05a982c8c3a6ae981a5a86f03db03ee9fc09c17 | |
parent | ead84974aa02b72aee8d36622ed9c670c0b44adb [diff] [blame] |
Initial commit Change-Id: I2b916ff0acd2a88aeef709cf4f900503e823d44d
diff --git a/playbooks/test.yml b/playbooks/test.yml new file mode 100644 index 0000000..ffe4dd9 --- /dev/null +++ b/playbooks/test.yml
@@ -0,0 +1,5 @@ +- hosts: all + tasks: + - shell: cargo test + args: + chdir: "{{ zuul.project.src_dir }}"