Skip to content

Commit

Permalink
Skip examples for now in macOS CI, remove obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 22, 2023
1 parent f47477e commit ceb84de
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ jobs:

- name: Execute Tests using Pure V Backend with Pure C Blas
run: ~/.vmodules/vsl/bin/test ${{ matrix.flags }} --use-cblas
if: ${{ matrix.os != 'ubuntu-18.04' }}

- name: Execute Tests using Pure V Backend and Garbage Collection enabled
run: ~/.vmodules/vsl/bin/test ${{ matrix.flags }} --use-gc boehm

- name: Execute Tests using Pure V Backend with Pure C Blas and Garbage Collection enabled
run: ~/.vmodules/vsl/bin/test ${{ matrix.flags }} --use-cblas --use-gc boehm
if: ${{ matrix.os != 'ubuntu-18.04' }}

run-tests-on-macos:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -118,13 +110,7 @@ jobs:
run: mv ./vsl ~/.vmodules

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

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

- name: Execute Tests using Pure V Backend and Garbage Collection enabled
run: ~/.vmodules/vsl/bin/test --use-gc boehm

- name: Execute Tests using Pure V Backend with Pure C Blas and Garbage Collection enabled
run: ~/.vmodules/vsl/bin/test --use-cblas --use-gc boehm
run: ~/.vmodules/vsl/bin/test --use-cblas --skip-examples

0 comments on commit ceb84de

Please sign in to comment.