From c924901a1d53afe070848f04dc56cd3336eaaff6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 12 May 2023 21:08:35 +0200 Subject: [PATCH] tests: add test for release_cycle=regular --- tests.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index eb73b8d..d56c96c 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,9 @@ test_format = 1.0 -[default] \ No newline at end of file +[default] + +[regular] + + only = ["install.subdir"] + + args.release_cycle = "regular"