Skip to content

Commit

Permalink
refactor: Update ci.yml to execute tests using Pure V Backend with CB…
Browse files Browse the repository at this point in the history
…LAS and LAPACKE
  • Loading branch information
ulises-jeremias committed Jun 23, 2024
1 parent b06e436 commit 36ae80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: mv ./vsl ~/.vmodules

- name: Execute Tests using Pure V Backend
run: ~/.vmodules/vsl/bin/test ${{ matrix.flags }}
run: ~/.vmodules/vsl/bin/test ${{ matrix.flags }} --use-cblas

- name: Execute Tests using Pure V Backend with Pure C Backend
run: ~/.vmodules/vsl/bin/test ${{ matrix.flags }} --use-cblas --use-lapacke
Expand Down

0 comments on commit 36ae80e

Please sign in to comment.