Skip to content

Commit

Permalink
ci arm test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwestphal committed Jan 30, 2025
1 parent 6a8be0a commit 60a255a
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 @@ -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:
Expand All @@ -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

0 comments on commit 60a255a

Please sign in to comment.