You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Enable host tests for linux/arm64 on native ARM64 runner
Now that we use ubuntu-24.04-arm (native ARM64 runner), the host and
wheel architectures match, so we can run tests directly on the host.
Changes:
- Removed 'if: matrix.platform != linux/arm64' conditions
- Tests now run on all 5 platforms consistently
- Removed special-case ARM64 summary message
- All platforms show actual test results (not 'SKIPPED')
Benefits:
- Proper test verification on ARM64 hardware
- Consistent test reporting across all platforms
- No more confusing 'tested in Docker' messages
0 commit comments