ci: Enable benchmarks on Aarch64

This was originally attempted at [1], but the numbers seemed to indicate
that tests weren't being run or counted completely. That issue appears
to be resolved, so add benchmarks for Aarch64.

[1]:  https://github.com/rust-lang/compiler-builtins/pull/930
This commit is contained in:
Trevor Gross 2025-12-06 03:22:14 -05:00 committed by GitHub
parent 65a4f94b71
commit e87befcf98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,6 +239,8 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-24.04
- target: aarch64-unknown-linux-gnu
os: ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master