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>
  • Loading branch information
rwestphal committed Jan 31, 2025
1 parent 35d8b56 commit a8a275b
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
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run Clippy
run: cargo clippy --package holo-tools

test:
tests_and_coverage_report:
name: Tests and Coverage Report
runs-on: ubuntu-latest
steps:
Expand All @@ -60,6 +60,15 @@ jobs:
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@nightly
- name: Run tests
run: cargo test --all-features -p holo-bfd -p holo-bgp -p holo-isis -p holo-ldp -p holo-ospf -p holo-rip

push-image:
name: Docker Image Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit a8a275b

Please sign in to comment.