Skip to content

Commit

Permalink
refactor: Comment out test execution step in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jun 18, 2024
1 parent f6cb782 commit 569a96b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Move VSL source code to V Modules
run: mv ./vsl ~/.vmodules

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

- name: Execute Tests using Pure V Backend with Pure C Backend
run: ~/.vmodules/vsl/bin/test ${{ matrix.flags }} --use-cblas --use-lapacke
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
- name: Move VSL source code to V Modules
run: mv ./vsl ~/.vmodules

- name: Execute Tests using Pure V Backend
run: ~/.vmodules/vsl/bin/test
# - name: Execute Tests using Pure V Backend
# run: ~/.vmodules/vsl/bin/test

- name: Execute Tests using Pure V Backend with Pure C Backend
run: ~/.vmodules/vsl/bin/test --use-cblas --use-lapacke

0 comments on commit 569a96b

Please sign in to comment.