Skip to content

Commit

Permalink
test fpm lapack in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 5, 2025
1 parent ebf9a85 commit 1625c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
# run: fpm build --profile release

- name: Run tests
run: fpm test --profile debug --flag -coverage
run: fpm test --profile debug --flag "-coverage -DUSE_STDLIB_LAPACK"
# run: fpm test --profile debug --flag "-coverage -lblas -llapack"

- name: Create coverage report
run: |
Expand Down

0 comments on commit 1625c86

Please sign in to comment.