mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Add an x86_64 regression test job to release.yml that runs after the build and gates publishing — the release job now requires both build and test to succeed. Update test.yml's artifact restore step to use a glob so it handles both the unversioned CI artifact name (infix-x86_64.tar.gz) and the versioned release artifact name (infix-x86_64-26.04.0.tar.gz). Fixes #1392 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>