From 47e041f55342f2ef6458e87c59df7fb19b4a838d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:16:45 +0200 Subject: [PATCH] Create tests.toml --- tests.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests.toml diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..5b9d11b --- /dev/null +++ b/tests.toml @@ -0,0 +1,5 @@ +test_format = 1.0 + +[default] + + preinstall = "systemctl enable rspamd --now"