mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
After `.platform` mechanism was introduced in #159, it silently filters out tests with no `platform` specified. Enable them to execute by adding `platform is not None` predicate preceeds allowlist check. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>