Skip to content

Commit 5703878

Browse files
committed
CI: run tests on Arm64
Signed-off-by: Renato Westphal <[email protected]>
1 parent 6a8be0a commit 5703878

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run Clippy
4343
run: cargo clippy
4444

45-
test:
45+
tests_and_coverage_report:
4646
name: Tests and Coverage Report
4747
runs-on: ubuntu-latest
4848
steps:
@@ -60,3 +60,12 @@ jobs:
6060
files: ./lcov.info
6161
fail_ci_if_error: false
6262
token: ${{ secrets.CODECOV_TOKEN }}
63+
64+
tests_arm:
65+
name: Tests (Arm64)
66+
runs-on: ubuntu-24.04-arm
67+
steps:
68+
- uses: actions/checkout@v4
69+
- uses: dtolnay/rust-toolchain@stable
70+
- name: Run tests
71+
run: cargo test --features bundled

0 commit comments

Comments
 (0)