Skip to content

Commit

Permalink
Add nalgebra 0.33 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0e4ef622 authored and stefan-k committed Oct 27, 2024
1 parent 3ce9adc commit 4913b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
# nalgebra
- name: argmin-math (nalgebra_latest)
run: cargo test -p argmin-math --no-default-features --features "nalgebra_latest"
- name: argmin-math (nalgebra_v0_33)
run: cargo test -p argmin-math --no-default-features --features "nalgebra_v0_33"
- name: argmin-math (nalgebra_v0_32)
run: cargo test -p argmin-math --no-default-features --features "nalgebra_v0_32"
- name: argmin-math (nalgebra_v0_31)
Expand Down

0 comments on commit 4913b72

Please sign in to comment.