Skip to content

Commit

Permalink
add faer tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-ant committed Jan 7, 2025
1 parent 47e182a commit 146db74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ jobs:
run: cargo test -p argmin-math --no-default-features --features "nalgebra_v0_30"
- name: argmin-math (nalgebra_v0_29)
run: cargo test -p argmin-math --no-default-features --features "nalgebra_v0_29"
# faer
- name: argmin-math (faer_latest)
run: cargo test -p argmin-math --no-default-features --features "faer_latest"
- name: argmin-math (faer_v0_20)
run: cargo test -p argmin-math --no-default-features --features "faer_v0_20"

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 146db74

Please sign in to comment.