Skip to content

Commit

Permalink
Enabling 'static' feature for suitesparse in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mulimoen committed Aug 13, 2023
1 parent dacc413 commit f5c4e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ jobs:
- name: Run tests (camd)
run: |
cd suitesparse_bindings/sprs_suitesparse_camd
cargo test --features suitesparse_camd_sys/static -p sprs
cargo test -p suitesparse_camd_sys --features static -p sprs
- name: Run tests (ldl)
run: |
cd suitesparse_bindings/sprs_suitesparse_ldl
cargo test --features suitesparse_ldl_sys/static -p sprs
cargo test -p suitesparse_ldl_sys --features static -p sprs
miri:
name: Miri
runs-on: ubuntu-20.04
Expand Down

0 comments on commit f5c4e9d

Please sign in to comment.