Skip to content

Commit 1625c86

Browse files
committed
test fpm lapack in CI
1 parent ebf9a85 commit 1625c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
# run: fpm build --profile release
5959

6060
- name: Run tests
61-
run: fpm test --profile debug --flag -coverage
61+
run: fpm test --profile debug --flag "-coverage -DUSE_STDLIB_LAPACK"
62+
# run: fpm test --profile debug --flag "-coverage -lblas -llapack"
6263

6364
- name: Create coverage report
6465
run: |

0 commit comments

Comments
 (0)