action: Run in parallel

This commit is contained in:
zenobit 2025-03-03 15:14:18 +01:00
parent 64c68f0227
commit 675a635d9a
1 changed files with 1 additions and 1 deletions

2
action
View File

@ -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}"