Test commit

This commit is contained in:
Kwaizer 2025-08-22 15:35:55 +01:00
parent f2185d4f43
commit 71d1210534

View File

@ -1,7 +1,15 @@
{
"test-platform": {
"libxml2": ["run_package_integrity_tests"],
"curl": ["run_package_integrity_tests"],
"almalinux-8": {
"libxml2": ["package_integrity_tests", "package_integrity_tests"],
"curl": ["package_integrity_tests"]
},
"almalinux-9": {
"libxml2": ["package_integrity_tests"],
"curl": ["package_integrity_tests"],
"bzip2": ["run_package_integrity_tests"]
},
"ubuntu-24.04": {
"bzip2": ["run_package_integrity_tests"]
}
}