Skip to content

Commit

Permalink
CI: run tests on Arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
rwestphal committed Jan 30, 2025
1 parent 6a8be0a commit 5703878
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
- name: Run Clippy
run: cargo clippy

test:
tests_and_coverage_report:
name: Tests and Coverage Report
runs-on: ubuntu-latest
steps:
@@ -60,3 +60,12 @@ jobs:
files: ./lcov.info
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

tests_arm:
name: Tests (Arm64)
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --features bundled

0 comments on commit 5703878

Please sign in to comment.