From 675a635d9a7c54b43ef4c772b24e66ee2163996a Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 3 Mar 2025 15:14:18 +0100 Subject: [PATCH] action: Run in parallel --- action | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action b/action index 478b2ec..36faa52 100755 --- a/action +++ b/action @@ -545,7 +545,7 @@ if [ -z "${1}" ]; then get_releases "${OS}" #test_all "${OS}" write_output "${OS}" - done + done & elif [ -n "${1}" ]; then test_all "${1}" write_output "${1}"